Skip to content

Commit

Permalink
Merge pull request #321 from EYBlockchain/miranda/actions-fix
Browse files Browse the repository at this point in the history
fix: typo in actions file
  • Loading branch information
druiz0992 authored Nov 22, 2021
2 parents 572aea6 + 2face42 commit d969266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.semantic.outputs.new-release-published == 'true'
run: |
docker build -t ghcr.io/eyblockchain/nightfall3-client:$RELEASE_VERSION . -f client.Dockerfile
docker push ghcr.io/eyblockchain//nightfall3-client:$RELEASE_VERSION
docker push ghcr.io/eyblockchain/nightfall3-client:$RELEASE_VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d969266

Please sign in to comment.