Skip to content

Commit

Permalink
Fix CI Docker tag (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Oct 23, 2023
1 parent 0f80db6 commit ee3431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ jobs:
if [ "<< parameters.environment >>" == "production" ]; then
echo "Deploying to production."
kubectl set image --namespace=cloud-unpacked deployment/ippi app=<< pipeline.git.tag >>
kubectl set image --namespace=cloud-unpacked deployment/ippi app=ghcr.io/cloud-unpacked/ippi:<< pipeline.git.tag >>
fi

0 comments on commit ee3431b

Please sign in to comment.