1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Remove redundant step to push Docker image with release tag

This commit is contained in:
2025-10-15 18:41:39 +03:00
parent 538fac2394
commit 110a5100dd
-3
View File
@@ -48,6 +48,3 @@ jobs:
- name: Push Docker image as latest
run: docker push ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:latest
- name: Push Docker image
run: docker push ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}