diff --git a/.github/workflows/build-arm64.yaml b/.github/workflows/build-arm64.yaml index b18622e..4afd6f4 100644 --- a/.github/workflows/build-arm64.yaml +++ b/.github/workflows/build-arm64.yaml @@ -51,6 +51,7 @@ jobs: platform: linux/arm64 - name: Create repo 🔧 uses: luet-lab/luet-github-action@v0.2.2 + id: create_repo if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: FINAL_REPO: quay.io/kairos/packages-arm64 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 455d4fe..16787c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,6 +74,7 @@ jobs: values: values/amd64.yaml - name: Create repo 🔧 uses: luet-lab/luet-github-action@v0.2.2 + id: create_repo if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: FINAL_REPO: quay.io/kairos/packages