Reworked CI/CD

This commit is contained in:
Yun
2022-01-04 13:15:21 +01:00
committed by GitHub
parent b4f2223958
commit 132f0f4846

View File

@@ -23,4 +23,4 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
- name: Publish the Docker image
run: docker push ${{secrets.DOCKER_HUB_USERNAME}}/yt-dlp-webui
run: docker push ${{secrets.DOCKER_HUB_USERNAME}}/yt-dlp-webui:latest