Update container registry login
This commit is contained in:
@@ -67,16 +67,12 @@ jobs:
|
||||
echo "RIOT_API_KEY=${{ secrets.RIOT_API_KEY }}" >> .env
|
||||
ls -la .env
|
||||
|
||||
- name: Log in to container registry
|
||||
uses: docker/login-action@v3
|
||||
- name: Docker Stack deploy
|
||||
uses: leonidgrishenkov/docker-stack-deploy@v1.2.3
|
||||
with:
|
||||
registry: https://git.vhaudiquet.fr
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Docker Stack deploy
|
||||
uses: leonidgrishenkov/docker-stack-deploy@v1.2.3
|
||||
with:
|
||||
remote_host: docker-prod.local
|
||||
remote_user: root
|
||||
remote_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user