Update docker-publish.yml

This commit is contained in:
Marco
2023-09-23 14:45:09 +02:00
committed by GitHub
parent 24602b3e50
commit 0c304fc3c4

View File

@@ -56,7 +56,7 @@ jobs:
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
with: with:
images: | images: |
ghcr.io/${{ github.repository }} # ghcr.io/${{ github.repository }}
docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui
- name: Build and push Docker image - name: Build and push Docker image
@@ -67,7 +67,8 @@ jobs:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64 platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: ${{ steps.meta.outputs.tags }} tags: latest
#tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Sign the published Docker image - name: Sign the published Docker image