Skip to content

Commit

Permalink
Merge pull request #2 from ElrondNetwork/move-v1-from-original-repo
Browse files Browse the repository at this point in the history
Fix Docker / Github ref name.
  • Loading branch information
andreibancioiu authored Oct 11, 2022
2 parents 0c0b570 + 6a617c4 commit 9baa5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
context: .
push: true
file: ./Dockerfile
tags: elrondnetwork/build-contract-rust:${GITHUB_REF_NAME}
tags: elrondnetwork/build-contract-rust:${{ github.ref_name }}

0 comments on commit 9baa5f2

Please sign in to comment.