Skip to content

Commit

Permalink
Update build-n-push.yml: Fix mkdocs-material image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed May 12, 2024
1 parent 595c213 commit f1486e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and Push Image to Docker Hub - mkdocs+material
uses: kjuly/docker-image-publisher@main
with:
image_name: ${{ env.BASE_IMAGE_NAME }}
image_name: ${{ env.MATERIAL_IMAGE_NAME }}
dockerfile: ${{ env.MATERIAL_IMAGE_DOCKERFILE }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
token: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
uses: kjuly/docker-image-publisher@main
with:
registry: ghcr.io
image_name: ${{ env.BASE_IMAGE_NAME }}
image_name: ${{ env.MATERIAL_IMAGE_NAME }}
dockerfile: ${{ env.MATERIAL_IMAGE_DOCKERFILE }}
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1486e3

Please sign in to comment.