mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-18 16:41:44 +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
|
||||
run: |
|
||||
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
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user