mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-19 18:48:46 +00:00
Fix dispatch workflow
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
2
.github/workflows/one.yaml
vendored
2
.github/workflows/one.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Set final repo
|
- name: Set final repo
|
||||||
run: |
|
run: |
|
||||||
FINAL_REPO=quay.io/kairos/packages
|
FINAL_REPO=quay.io/kairos/packages
|
||||||
if [[ "${{ github.event.inputs.arch }}" == "arm64"; then
|
if [[ "${{ github.event.inputs.arch }}" == "arm64" ]]; then
|
||||||
FINAL_REPO=quay.io/kairos/packages-arm64
|
FINAL_REPO=quay.io/kairos/packages-arm64
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user