Merge pull request #295 from timothymiller/dependabot/github_actions/docker/login-action-4.6.0

Bump docker/login-action from 4.5.2 to 4.6.0
This commit is contained in:
Timothy Miller
2026-09-04 06:00:07 -04:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v4.5.2 uses: docker/login-action@v4.6.0
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}