Merge pull request #877 from unpoller/dependabot/github_actions/docker/login-action-3.6.0

Bump docker/login-action from 3.5.0 to 3.6.0
This commit is contained in:
Cody Lee 2025-10-06 13:39:16 -05:00 committed by GitHub
commit 5b8d1516eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.5.0
uses: docker/login-action@v3.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3.5.0
uses: docker/login-action@v3.6.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}