Skip to content

Commit

Permalink
Merge pull request #41 from kaleido-io/fix-release-gha
Browse files Browse the repository at this point in the history
Fix Release GitHub Action
  • Loading branch information
nguyer authored Apr 8, 2022
2 parents 6da3a75 + d8295d2 commit bd81748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
--label commit=$GITHUB_SHA \
--label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label tag=${GITHUB_REF##*/} \
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:${GITHUB_REF##*/}" \
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:head" \
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:${GITHUB_REF##*/} \
--tag ghcr.io/hyperledger/firefly-tokens-erc20-erc721:head \
.
- name: Tag release
Expand Down

0 comments on commit bd81748

Please sign in to comment.