Skip to content

Commit

Permalink
Merge pull request #169 from hyperledger/release-tags
Browse files Browse the repository at this point in the history
Fix push of latest docker tag
  • Loading branch information
peterbroadhurst committed Oct 13, 2021
2 parents 6b4b801 + e3adcae commit 89829c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
if: github.event.action == 'published'
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker push ghcr.io/hyperledger/firefly-ethconnect:$latest
docker push ghcr.io/hyperledger/firefly-ethconnect:latest

0 comments on commit 89829c2

Please sign in to comment.