Skip to content

Commit ee18c8f

Browse files
committed
[CI] script to deploy docker for lerna version (3)
1 parent acb15e1 commit ee18c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
images: ${{ env.IMAGE_NAME }}
4848
tags: |
49-
type=raw,value=${{ env.PACKAGE_VERSION }}
50-
type=raw,value=latest
49+
type=raw,value=${{ env.IMAGE_NAME }}:${{ env.PACKAGE_VERSION }}
50+
type=raw,value=${{ env.IMAGE_NAME }}:latest
5151
5252
- name: Build and push Docker image
5353
id: push

0 commit comments

Comments
 (0)