Skip to content

Commit

Permalink
Update qwahzi-staging with squidfunk/mkdocs-material:latest image upd…
Browse files Browse the repository at this point in the history
…ates from mkdocs-update (#692)

* Update Dockerfile to squidfunk/mkdocs-material

Update Dockerfile to squidfunk/mkdocs-material

* Update publish-docker-master.yml with squidfunk/mkdocs-material:latest

Update publish-docker-master.yml with squidfunk/mkdocs-material:latest

* Update publish-docker-pr.yml with Update publish-docker-master.yml with 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 75ef682 commit 4df34f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-master.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:latest .
docker push ghcr.io/nanocurrency/nano-docs:latest
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 }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nanocurrency/mkdocs-material-insiders:latest
FROM squidfunk/mkdocs-material:latest

# Set build directory
#WORKDIR /docs
Expand Down

0 comments on commit 4df34f8

Please sign in to comment.