Skip to content

Commit

Permalink
Update publish-docker-pr.yml with Update publish-docker-master.yml wi…
Browse files Browse the repository at this point in the history
…th squidfunk/mkdocs-material:latest

Update publish-docker-pr.yml with Update publish-docker-master.yml with squidfunk/mkdocs-material:latest
  • Loading branch information
qwahzi authored Nov 22, 2023
1 parent f759772 commit c32cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-insiders:latest
docker pull squidfunk/mkdocs-material:latest
docker build -t ghcr.io/nanocurrency/nano-docs:pr-${{ env.PR_NUMBER }} .
docker push ghcr.io/nanocurrency/nano-docs:pr-${{ env.PR_NUMBER }}

0 comments on commit c32cddb

Please sign in to comment.