mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-01 23:48:44 +00:00
Update pr.yaml (#618)
Avoids rebuilding the actions on each run by setting it to a fixed version
This commit is contained in:
14
.github/workflows/pr.yaml
vendored
14
.github/workflows/pr.yaml
vendored
@@ -16,14 +16,14 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
mkdir build
|
mkdir build
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@master
|
uses: docker/setup-qemu-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@master
|
uses: docker/setup-buildx-action@v3.0.0
|
||||||
- name: Download meta 🔧
|
- name: Download meta 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
FINAL_REPO: quay.io/kairos/packages-arm64
|
FINAL_REPO: quay.io/kairos/packages-arm64
|
||||||
REPOSITORY_TYPE: docker
|
REPOSITORY_TYPE: docker
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
downloadFromList: true
|
downloadFromList: true
|
||||||
downloadMeta: true
|
downloadMeta: true
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
build: true
|
build: true
|
||||||
fromIndex: true
|
fromIndex: true
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
mkdir build
|
mkdir build
|
||||||
- name: Download meta 🔧
|
- name: Download meta 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
FINAL_REPO: quay.io/kairos/packages
|
FINAL_REPO: quay.io/kairos/packages
|
||||||
REPOSITORY_TYPE: docker
|
REPOSITORY_TYPE: docker
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
downloadFromList: true
|
downloadFromList: true
|
||||||
downloadMeta: true
|
downloadMeta: true
|
||||||
- name: Build packages 🔧
|
- name: Build packages 🔧
|
||||||
uses: luet-lab/luet-github-action@master
|
uses: luet-lab/luet-github-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
build: true
|
build: true
|
||||||
fromIndex: true
|
fromIndex: true
|
||||||
@@ -72,4 +72,4 @@ jobs:
|
|||||||
REPOSITORY_TYPE: docker
|
REPOSITORY_TYPE: docker
|
||||||
pushFinalImages: false
|
pushFinalImages: false
|
||||||
pushCache: false
|
pushCache: false
|
||||||
values: values/amd64.yaml
|
values: values/amd64.yaml
|
||||||
|
Reference in New Issue
Block a user