Skip to content

Commit

Permalink
try to set a useable default for pathfinder since it has no latest
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf committed Jun 1, 2023
1 parent d937aae commit 072dccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# TODO need to set the tackle-operator image once supported
# tackle-operator-image: quay.io/konveyor/tackle2-operator:${{ inputs.tag }}
tackle-hub-image: "quay.io/konveyor/tackle2-hub:${{ inputs.tag }}"
tackle-pathfinder-image: "quay.io/konveyor/tackle-pathfinder:${{ inputs.tag }}"
tackle-pathfinder-image: "quay.io/konveyor/tackle-pathfinder:${{ inputs.tag != 'latest' && inputs.tag || '1.3.0-native' }}"
tackle-ui-image: "quay.io/konveyor/tackle2-ui:${{ inputs.tag }}"
tackle-addon-admin-image: "quay.io/konveyor/tackle2-addon:${{ inputs.tag }}"
tackle-addon-windup-image: "quay.io/konveyor/tackle2-addon-windup:${{ inputs.tag }}"
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# TODO need to set the tackle-operator image once supported
# tackle-operator-image: quay.io/konveyor/tackle2-operator:${{ inputs.tag }}
tackle-hub-image: "quay.io/konveyor/tackle2-hub:${{ inputs.tag }}"
tackle-pathfinder-image: "quay.io/konveyor/tackle-pathfinder:${{ inputs.tag }}"
tackle-pathfinder-image: "quay.io/konveyor/tackle-pathfinder:${{ inputs.tag != 'latest' && inputs.tag || '1.3.0-native' }}"
tackle-ui-image: "quay.io/konveyor/tackle2-ui:${{ inputs.tag }}"
tackle-addon-admin-image: "quay.io/konveyor/tackle2-addon:${{ inputs.tag }}"
tackle-addon-windup-image: "quay.io/konveyor/tackle2-addon-windup:${{ inputs.tag }}"
Expand Down

0 comments on commit 072dccf

Please sign in to comment.