Skip to content

Commit 4896c2b

Browse files
committed
[CI] script to deploy docker for lerna version (4)
1 parent ee18c8f commit 4896c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docker.yml

+3-3
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.IMAGE_NAME }}:${{ env.PACKAGE_VERSION }}
50-
type=raw,value=${{ env.IMAGE_NAME }}:latest
49+
type=raw,value=${{ env.PACKAGE_VERSION }}
50+
type=raw,value=latest
5151
5252
- name: Build and push Docker image
5353
id: push
@@ -56,7 +56,7 @@ jobs:
5656
context: .
5757
file: ./Dockerfile
5858
push: true
59-
tags: ${{ env.PACKAGE_VERSION }}
59+
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}
6161

6262
- name: Generate artifact attestation

0 commit comments

Comments
 (0)