Skip to content

Commit 57f5d4d

Browse files
committed
chore: docker will built image to latest too
1 parent af60233 commit 57f5d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
docker buildx build \
9797
--platform linux/amd64,linux/arm64 \
9898
--tag ${{ secrets.DOCKER_USERNAME }}/sdci:$(cat PROJECT_VERSION) \
99+
--tag ${{ secrets.DOCKER_USERNAME }}/sdci:latest \
99100
--push .
100101
101102
- name: Clean up

0 commit comments

Comments
 (0)