Skip to content

Commit

Permalink
Merge pull request #168 from hyperledger/release-tags
Browse files Browse the repository at this point in the history
Fix tagging of latest image on release
  • Loading branch information
peterbroadhurst authored Oct 12, 2021
2 parents 9fe825c + b142e36 commit 6b4b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Tag release
if: github.event.action == 'published'
run: docker tag ghcr.io/hyperledger/firefly-ethconnect:latest ghcr.io/hyperledger/firefly-ethconnect:latest
run: docker tag ghcr.io/hyperledger/firefly-ethconnect:${GITHUB_REF##*/} ghcr.io/hyperledger/firefly-ethconnect:latest

- name: Push docker image
run: |
Expand Down

0 comments on commit 6b4b801

Please sign in to comment.