Skip to content

Commit

Permalink
Fix push of latest docker tag
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
  • Loading branch information
nguyer committed Oct 13, 2021
1 parent b142e36 commit e3adcae
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 @@ -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 e3adcae

Please sign in to comment.