Skip to content

Commit

Permalink
chore: update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Jul 3, 2024
1 parent e79e60d commit 745a786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
file: ./Dockerfile.dev.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: confluxchain/conflux-rust:${VERSION},confluxchain/conflux-rust:latest
tags: confluxchain/conflux-rust:${{ steps.remove_prefix.outputs.VERSION }},confluxchain/conflux-rust:latest
2 changes: 1 addition & 1 deletion .github/workflows/mainNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
file: ./Dockerfile.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: confluxchain/conflux-rust:${VERSION}-mainnet
tags: confluxchain/conflux-rust:${{steps.remove_suffix.outputs.VERSION}}-mainnet
2 changes: 1 addition & 1 deletion .github/workflows/testNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
file: ./Dockerfile.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: confluxchain/conflux-rust:${VERSION}
tags: confluxchain/conflux-rust:${{steps.remove_prefix.outputs.VERSION }}

0 comments on commit 745a786

Please sign in to comment.