From 1ae3f3efc66518fa734499557da0cc874ebd0b13 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 15 Oct 2024 14:21:08 +0200 Subject: [PATCH] Add id to create_repo step Signed-off-by: Itxaka --- .github/workflows/build-arm64.yaml | 1 + .github/workflows/build.yaml | 1 + 2 files changed, 2 insertions(+) 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