Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save debianmaster/99f50021b41d9a26490f2731e1b64821 to your computer and use it in GitHub Desktop.
Save debianmaster/99f50021b41d9a26490f2731e1b64821 to your computer and use it in GitHub Desktop.
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