Skip to content

Commit 1fdcccb

Browse files
13791379
authored andcommitted
fix: docker image tag name
1 parent 87910a7 commit 1fdcccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
platforms: linux/arm64,linux/amd64
3232
push: true
3333
file: ./scripts/Dockerfile
34-
tags: gosonic/sonic:test
34+
tags: gosonic/sonic:latest,gosonic/sonic:${{github.ref_name}}
3535
build-args: |
3636
SONIC_VERSION=${{github.ref_name}}
3737
BUILD_COMMIT=${{github.sha}}

0 commit comments

Comments
 (0)