Skip to content

Commit 9fd9204

Browse files
Bump docker/login-action from 1 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10af14d commit 9fd9204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Login to Docker Hub
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v3
1717
with:
1818
username: qbruynseraede
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)