mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed missing push of tagged Docker image on publish
This commit is contained in:
parent
d0b34b07d6
commit
e6e3215db1
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -95,5 +95,5 @@ jobs:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
run: |
|
||||
docker push ${{ github.event.repository.full_name }}
|
||||
docker push ghcr.io/${{ github.event.repository.full_name }}
|
||||
docker push --all-tags ${{ github.event.repository.full_name }}
|
||||
docker push --all-tags ghcr.io/${{ github.event.repository.full_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user