Skip to content

Commit

Permalink
change prod docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuridech committed Mar 29, 2024
1 parent d0e2d43 commit 7eb1403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: change image tag
run: |
sed -i -E "s/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-1.*$/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-1:${GITHUB_SHA}/" infra/gitops/prod/deployment.yml
sed -i -E "s/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-1.*$/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-1:${{ inputs.deploy-tag }}/" infra/gitops/prod/deployment.yml
git add infra/gitops/prod/deployment.yml
git commit -m "[skip actions] 🤖 change prd docker image version to ${{ inputs.deploy-tag }}"
git pull --rebase
Expand Down

0 comments on commit 7eb1403

Please sign in to comment.