Update docker-publish.yml
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -56,9 +56,9 @@ jobs:
|
|||||||
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
|
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
# ghcr.io/${{ github.repository }}
|
|
||||||
docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui
|
docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui
|
||||||
|
# ghcr.io/${{ github.repository }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: build-and-push
|
id: build-and-push
|
||||||
# v4.2.1
|
# v4.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user