We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4e274 commit 39829dfCopy full SHA for 39829df
1 file changed
.github/workflows/build.yml
@@ -75,10 +75,11 @@ jobs:
75
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
76
username: ${{ secrets.ACR_LOGIN_USERNAME }}
77
password: ${{ secrets.ACR_LOGIN_PASSWORD }}
78
+
79
- run: |
80
- docker build -t ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.short_sha }} .
81
+ docker build -t ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.sha }} .
82
docker build -t ${{ secrets.ACR_LOGIN_SERVER }}/express-server:latest .
83
- docker push ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.short_sha }}
84
+ docker push ${{ secrets.ACR_LOGIN_SERVER }}/express-server:${{ steps.short-sha.outputs.sha }}
85
docker push ${{ secrets.ACR_LOGIN_SERVER }}/express-server:latest
0 commit comments