We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2e7f3 commit 24173e6Copy full SHA for 24173e6
.github/workflows/build-and-deploy-backend.yaml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
push: true
48
tags: |
49
- ${{ 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 }}
50
context: ./backend
51
52
- id: 'auth'
0 commit comments