Skip to content

Commit 4885c21

Browse files
committed
fix: use short SHA for Docker image tagging in deployment step
1 parent 41829be commit 4885c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
with:
9595
app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
9696
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
97-
images: ${{ secrets.ACR_LOGIN_SERVER }}/express-server:latest
97+
images: ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.sha }}

0 commit comments

Comments
 (0)