Skip to content

Commit

Permalink
chore(deps): update luet-lab/luet-github-action action to v0.2.2 (#1118)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent b009693 commit 24ed37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: buildx
uses: docker/[email protected]
- name: Build packages 🔧
uses: luet-lab/[email protected].1
uses: luet-lab/[email protected].2
with:
build: true
fromIndex: true
Expand All @@ -68,15 +68,15 @@ jobs:
git fetch --prune --unshallow
mkdir build
- name: Download meta 🔧
uses: luet-lab/[email protected].1
uses: luet-lab/[email protected].2
with:
FINAL_REPO: quay.io/kairos/packages
REPOSITORY_TYPE: docker
downloadAllMeta: false
downloadFromList: true
downloadMeta: true
- name: Build packages 🔧
uses: luet-lab/[email protected].1
uses: luet-lab/[email protected].2
with:
build: true
fromIndex: true
Expand Down

0 comments on commit 24ed37c

Please sign in to comment.