From 1ca4fc1a9e2e7a9947a228d65fc973a8f5c4e0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:25:44 +0200 Subject: [PATCH] Update luet-lab/luet-github-action action to v0.2.1 (#778) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 2f9e93c..8aa5503 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -46,7 +46,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3.2.0 - name: Download meta 🔧 - uses: luet-lab/luet-github-action@v0.1.2 + uses: luet-lab/luet-github-action@v0.2.1 with: FINAL_REPO: quay.io/kairos/packages-arm64 REPOSITORY_TYPE: docker @@ -54,7 +54,7 @@ jobs: downloadFromList: true downloadMeta: true - name: Build packages 🔧 - uses: luet-lab/luet-github-action@v0.1.2 + uses: luet-lab/luet-github-action@v0.2.1 with: build: true fromIndex: true @@ -78,7 +78,7 @@ jobs: git fetch --prune --unshallow mkdir build - name: Download meta 🔧 - uses: luet-lab/luet-github-action@v0.1.2 + uses: luet-lab/luet-github-action@v0.2.1 with: FINAL_REPO: quay.io/kairos/packages REPOSITORY_TYPE: docker @@ -86,7 +86,7 @@ jobs: downloadFromList: true downloadMeta: true - name: Build packages 🔧 - uses: luet-lab/luet-github-action@v0.1.2 + uses: luet-lab/luet-github-action@v0.2.1 with: build: true fromIndex: true