Merge pull request #212 from jwetzell/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:
Joel Wetzell
2026-08-04 14:28:35 -05:00
committed by GitHub
+1 -1
View File
@@ -224,7 +224,7 @@ jobs:
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Login to Docker Hub
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}