We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e68360b + 4885c21 commit f8b8374Copy full SHA for f8b8374
1 file changed
.github/workflows/build.yml
@@ -94,4 +94,4 @@ jobs:
94
with:
95
app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
96
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
97
- images: ${{ secrets.ACR_LOGIN_SERVER }}/express-server:latest
+ images: ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.sha }}
0 commit comments