Skip to content

Commit 3727067

Browse files
Bump docker/login-action from 2 to 3 (#37)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b64ba12 commit 3727067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Set up Docker Buildx - to use cache-from and cache-to argument of buildx command
3434
- uses: docker/setup-buildx-action@v3
3535
- name: Login to DockerHub
36-
uses: docker/login-action@v2
36+
uses: docker/login-action@v3
3737
if: github.ref == 'refs/heads/master'
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)