fix: docker image tag name

pull/207/head
1379 2 years ago
parent 87910a7d7d
commit 9ee75873b3

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

Loading…
Cancel
Save