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 d4081d9 commit 8637f0e
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 @@ -29,4 +29,4 @@ jobs:
file: ./Dockerfile.dev.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/conflux-rust:${{ github.ref_name }},${{ vars.DOCKERHUB_USERNAME }}/conflux-rust:latest
tags: confluxchain/conflux-rust:${{ github.ref_name }},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 @@ -33,4 +33,4 @@ jobs:
file: ./Dockerfile.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/conflux-rust:${{ steps.remove_suffix.outputs.CLEANED_TAG_NAME }}-mainnet
tags: confluxchain/conflux-rust:${{ steps.remove_suffix.outputs.CLEANED_TAG_NAME }}-mainnet
2 changes: 1 addition & 1 deletion .github/workflows/testNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
file: ./Dockerfile.buildx
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/conflux-rust:${{ github.ref_name }}
tags: confluxchain/conflux-rust:${{ github.ref_name }}

0 comments on commit 8637f0e

Please sign in to comment.