build(deps): bump docker/login-action in the all group (#1033)

This commit is contained in:
dependabot[bot]
2026-07-05 22:47:44 -05:00
committed by GitHub
parent 81be5078e3
commit 2f2233eee9

View File

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