Created
June 7, 2022 06:32
-
-
Save debianmaster/99f50021b41d9a26490f2731e1b64821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker build | |
on: push | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Kaniko build | |
uses: aevea/action-kaniko@master | |
with: | |
image: demoapp | |
registry: ghcr.io | |
password: ${{ secrets.GITHUB_TOKEN }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment