Skip to content

Commit acb15e1

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
uses: docker/metadata-action@v5
4646
with:
4747
images: ${{ env.IMAGE_NAME }}
48+
tags: |
49+
type=raw,value=${{ env.PACKAGE_VERSION }}
50+
type=raw,value=latest
4851
4952
- name: Build and push Docker image
5053
id: push
@@ -53,7 +56,6 @@ jobs:
5356
context: .
5457
file: ./Dockerfile
5558
push: true
56-
addLatest: true
5759
tags: ${{ env.PACKAGE_VERSION }}
5860
labels: ${{ steps.meta.outputs.labels }}
5961

0 commit comments

Comments
 (0)