Skip to content

Commit

Permalink
change conditions on deployment triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
golubevtanya committed Oct 25, 2023
1 parent bc2e7f3 commit 24173e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
push: true
tags: |
${{ env.REPOSITORY_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPO_NAME }}/${{ env.IMAGE_NAME }}:${{ github.event.head_commit.message }}
${{ env.REPOSITORY_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPO_NAME }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
context: ./backend

- id: 'auth'
Expand Down

0 comments on commit 24173e6

Please sign in to comment.