mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
Update private_registery_push.yml
This commit is contained in:
committed by
GitHub
parent
31072f4758
commit
d3cea69011
2
.github/workflows/private_registery_push.yml
vendored
2
.github/workflows/private_registery_push.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
name: Login to private registery
|
||||
uses: docker/login-action@v2.0.0
|
||||
with:
|
||||
registry: ${{ secrets.REGISTRY_URL }}
|
||||
registry: https://${{ secrets.REGISTRY_URL }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user