Skip to content

Commit

Permalink
test img tag hard coded 2
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Oct 16, 2024
1 parent 1750155 commit 73bd65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-spsh-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
--namespace spsh \
--kubeconfig /home/runner/.kube/config \
--set branch="${{ inputs.branch }}"\
${{ inputs.branch != 'main' && format('--set imageTag="{0}"', DBP-1012 ) || '--set imageTag="latest"' }} \
${{ inputs.branch != 'main' && format('--set imageTag="{0}"', 'DBP-1012') || '--set imageTag="latest"' }} \
--wait

0 comments on commit 73bd65a

Please sign in to comment.