Skip to content

Commit 5125432

Browse files
authored
Merge pull request bdovaz#246 from xoofx/dependabot/github_actions/master/docker/login-action-3
chore: bump docker/login-action from 2 to 3
2 parents f789d0e + e796368 commit 5125432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@v3
2929

3030
- name: Log in to the Container registry
31-
uses: docker/login-action@v2
31+
uses: docker/login-action@v3
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)