Add id to create_repo step

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2024-10-15 14:21:08 +02:00
parent 6300b0eda1
commit 1ae3f3efc6
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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