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

Update Docker registry login step to use DOCKER_HUB_ACCESS_TOKEN

This commit is contained in:
2025-10-15 15:25:02 +03:00
parent 19b749077f
commit fb5ae1421b
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ env.OWNER }} username: ${{ env.OWNER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Push Docker image with release tag - name: Push Docker image with release tag
run: docker push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} run: docker push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}