fix: docker image tag name

pull/203/merge v1.1.1
1379 2 years ago committed by 1379Monitor
parent 87910a7d7d
commit 1fdcccb171

@ -31,7 +31,7 @@ jobs:
platforms: linux/arm64,linux/amd64
push: true
file: ./scripts/Dockerfile
tags: gosonic/sonic:test
tags: gosonic/sonic:latest,gosonic/sonic:${{github.ref_name}}
build-args: |
SONIC_VERSION=${{github.ref_name}}
BUILD_COMMIT=${{github.sha}}

Loading…
Cancel
Save