mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-16 15:29:27 +00:00
1
.github/workflows/build-arm64.yaml
vendored
1
.github/workflows/build-arm64.yaml
vendored
@@ -51,6 +51,7 @@ jobs:
|
|||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
- name: Create repo 🔧
|
- name: Create repo 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
|
id: create_repo
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
FINAL_REPO: quay.io/kairos/packages-arm64
|
FINAL_REPO: quay.io/kairos/packages-arm64
|
||||||
|
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -74,6 +74,7 @@ jobs:
|
|||||||
values: values/amd64.yaml
|
values: values/amd64.yaml
|
||||||
- name: Create repo 🔧
|
- name: Create repo 🔧
|
||||||
uses: luet-lab/luet-github-action@v0.2.2
|
uses: luet-lab/luet-github-action@v0.2.2
|
||||||
|
id: create_repo
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
FINAL_REPO: quay.io/kairos/packages
|
FINAL_REPO: quay.io/kairos/packages
|
||||||
|
Reference in New Issue
Block a user