-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update luet-lab/luet-github-action action to v0.2.2 (#1118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b009693
commit 24ed37c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|