Skip to content

Commit

Permalink
correct registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed Mar 29, 2024
1 parent f649059 commit 0a779c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
context: ./kbazaar
push: ${{ github.ref == 'refs/heads/main' }}
tags: ghcr.io/kbtg-kampus-classnest-se-java/workshop-group-4:${{ env.GITHUB_SHA }}
tags: ghcr.io/kbtg-kampus-classnest-se-java/workshopb2-group-4:${{ env.GITHUB_SHA }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand All @@ -95,7 +95,7 @@ jobs:
git config user.email "[email protected]"
- name: change image tag
run: |
sed -i -E "s/ghcr.io\/kbtg-kampus-classnest-se-java\/workshop-group-4.*$/ghcr.io\/kbtg-kampus-classnest-se-java\/workshop-group-4:${GITHUB_SHA}/" infra/gitops/dev/deployment.yml
sed -i -E "s/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-4.*$/ghcr.io\/kbtg-kampus-classnest-se-java\/workshopb2-group-4:${GITHUB_SHA}/" infra/gitops/dev/deployment.yml
git add infra/gitops/dev/deployment.yml
git commit -m "[skip actions] 🤖 change docker image version to ${GITHUB_SHA}"
- name: push changes
Expand Down

0 comments on commit 0a779c9

Please sign in to comment.