Skip to content

Commit 86ff2d2

Browse files
authored
Merge pull request #93 from qgis/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 82992e1 + 60723d4 commit 86ff2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-images-release.yaml

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

1919
- name: Login to DockerHub
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)