diff --git a/.github/workflows/buidl_and_push_ghcr.yml b/.github/workflows/buidl_and_push_ghcr.yml index cc2bd23..91d48a0 100644 --- a/.github/workflows/buidl_and_push_ghcr.yml +++ b/.github/workflows/buidl_and_push_ghcr.yml @@ -1,4 +1,22 @@ -- name: Build and Push (Hardcoded Host) +name: Build with Kaniko (Fixed URL) + +on: + push: + branches: [ main ] + workflow_dispatch: + +permissions: + packages: write + contents: read + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Build and Push (Hardcoded Host) uses: docker://gcr.io/kaniko-project/executor:v1.23.2-debug with: entrypoint: /busybox/sh