Skip to content

Commit 5b0dbb7

Browse files
committed
fix: add latest tag for Docker image in CI workflow
1 parent f437541 commit 5b0dbb7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ jobs:
7272
with:
7373
context: .
7474
push: true
75-
tags: ${{ secrets.DOCKER_USERNAME }}/express-server:${{ steps.short-sha.outputs.sha }}
75+
tags: |
76+
${{ secrets.DOCKER_USERNAME }}/express-server:${{ steps.short-sha.outputs.sha }}
77+
${{ secrets.DOCKER_USERNAME }}/express-server:latest

0 commit comments

Comments
 (0)