Merge pull request #209 from jwetzell/dependabot/github_actions/docker/login-action-4.5.2

Bump docker/login-action from 4.4.0 to 4.5.2
This commit is contained in:
Joel Wetzell
2026-07-29 08:02:30 -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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}