Docker Registry login action.
Renovate / renovate (push) Successful in 2m29s

This commit is contained in:
2025-09-23 20:45:21 -04:00
parent 252c4ca9f2
commit 696535036e
2 changed files with 41 additions and 12 deletions
+13
View File
@@ -98,6 +98,19 @@ jobs:
notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Rinoa"
notification_message: "Starting Docker Compose run..."
- name: Login to registries
uses: docker/login-action@v3
with:
registry-auth: |
- username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GITHUB_LOGIN_TOKEN }}
- registry: git.trez.wtf
username: ${{ secrets.BOT_GITEA_USER }}
password: ${{ secrets.BOT_GITEA_PASSWORD }}
- name: Docker Compose Deployment
uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
env: