Skip to content

Commit

Permalink
Fix testnet workflow missing delim (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad authored Jan 12, 2025
1 parent d908903 commit 8d8944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
testnet_image="ghcr.io/${{ github.repository }}/immutable-geth:testnet-${{ inputs.version }}"
docker pull "$dev_image"
docker tag "$dev_image" $testnet_image"
docker tag "$dev_image" "$testnet_image"
docker push "$testnet_image"

0 comments on commit 8d8944c

Please sign in to comment.