Skip to content

Commit

Permalink
fix: typo in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood authored Nov 22, 2021
1 parent b432486 commit 2face42
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 2face42

Please sign in to comment.