Skip to content

Commit 7a7e21a

Browse files
committed
Update tag param for docker build and push action
1 parent 577c41c commit 7a7e21a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
with:
4040
context: .
4141
push: true
42-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
43-
tags: latest,${{ steps.package-node-version.outputs.version }}
42+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ steps.package-node-version.outputs.version }}

0 commit comments

Comments
 (0)