Added registry id to pipeline
Some checks failed
pipeline / build-and-push-images (push) Successful in 10s
pipeline / deploy (push) Failing after 2s

This commit is contained in:
2024-11-24 14:42:52 +01:00
parent fee2c489d2
commit c64ed88b01

View File

@@ -74,3 +74,6 @@ jobs:
stack_file: "docker-compose.yml"
stack_name: "lolstats"
env_file: ".env"
registry: https://git.vhaudiquet.fr
username: ${{ github.actor }}
password: ${{ secrets.PACKAGES_TOKEN }}