Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update publish-docker-master.yml
Browse files Browse the repository at this point in the history
Fixing mistake
qwahzi authored Nov 20, 2023
1 parent 84d45eb commit e1fc7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-master.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ jobs:
# Build and test Docker image
- run: |
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u nanocurrency --password-stdin
docker pull ghcr.io/nanocurrency/mkdocs-material:latest
docker pull ghcr.io/nanocurrency/mkdocs-material-insiders:latest
docker build -t ghcr.io/nanocurrency/nano-docs:latest .
docker push ghcr.io/nanocurrency/nano-docs:latest

0 comments on commit e1fc7f6

Please sign in to comment.