Skip to content

Fix image not needed #10

Fix image not needed

Fix image not needed #10

Workflow file for this run

name: Build and Push Docker Image with Kaniko
on:
push:
branches: [ main ]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Kaniko builder
uses: aevea/[email protected]
with:
registry: ghcr.io
password: ${{ secrets.GITHUB_TOKEN }}
cache: true
cache_registry: cache
- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}