We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437541 commit 5b0dbb7Copy full SHA for 5b0dbb7
1 file changed
.github/workflows/build.yml
@@ -72,4 +72,6 @@ jobs:
72
with:
73
context: .
74
push: true
75
- tags: ${{ secrets.DOCKER_USERNAME }}/express-server:${{ steps.short-sha.outputs.sha }}
+ tags: |
76
+ ${{ secrets.DOCKER_USERNAME }}/express-server:${{ steps.short-sha.outputs.sha }}
77
+ ${{ secrets.DOCKER_USERNAME }}/express-server:latest
0 commit comments