Skip to content

Commit

Permalink
Merge pull request #86 from kaleido-io/fix-release-action
Browse files Browse the repository at this point in the history
Fix release GitHub action
  • Loading branch information
jimthematrix authored Apr 26, 2022
2 parents 5989947 + 0615fb3 commit 89c954a
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-fabconnect:${GITHUB_REF##*/}" \
--tag ghcr.io/hyperledger/firefly-fabconnect:head" \
--tag ghcr.io/hyperledger/firefly-fabconnect:${GITHUB_REF##*/} \
--tag ghcr.io/hyperledger/firefly-fabconnect:head \
.
- name: Tag release
Expand Down

0 comments on commit 89c954a

Please sign in to comment.