Skip to content

Commit

Permalink
Fix docker image release (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed authored Dec 1, 2023
1 parent 981a439 commit cb8c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
build-args: |
CARGO_CONTRACT_GIT=https://github.com/paritytech/cargo-contract
CARGO_CONTRACT_TAG=${{ github.event.release.tag_name }}
tags: ${{ env.IMAGE_NAME }}:${DOCKER_TAG}
tags: ${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}

0 comments on commit cb8c038

Please sign in to comment.