Skip to content

Commit

Permalink
fix: docker image tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
1379 authored and 1379 committed Mar 19, 2023
1 parent 87910a7 commit 1fdcccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 1fdcccb

Please sign in to comment.