Skip to content

Commit 511d132

Browse files
authored
Merge pull request #45 from qgis/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents fdd2544 + c80e941 commit 511d132

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@v4
1919

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

0 commit comments

Comments
 (0)