diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d27f98c..615171d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,7 +56,7 @@ jobs: uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 with: images: | - ghcr.io/${{ github.repository }} + # ghcr.io/${{ github.repository }} docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/yt-dlp-webui - name: Build and push Docker image @@ -67,7 +67,8 @@ jobs: context: . push: true 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 }} - name: Sign the published Docker image