Added registry id to pipeline
This commit is contained in:
@@ -73,4 +73,7 @@ jobs:
|
|||||||
remote_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
|
remote_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
|
||||||
stack_file: "docker-compose.yml"
|
stack_file: "docker-compose.yml"
|
||||||
stack_name: "lolstats"
|
stack_name: "lolstats"
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
|
registry: https://git.vhaudiquet.fr
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||||
Reference in New Issue
Block a user