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