Skip to content

Commit

Permalink
chore: fix wrong tags in nightly docker workflow (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Dec 1, 2022
1 parent 90e2772 commit c74a87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
tags: vesoft/nebula-console/nightly, vesoft/nebula-console/v3-nightly
tags: vesoft/nebula-console:nightly, vesoft/nebula-console:v3-nightly
push: true

0 comments on commit c74a87b

Please sign in to comment.