Skip to content

Commit dd25b04

Browse files
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- 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 8107fd8 commit dd25b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/setup-buildx-action@v2
5252

5353
- name: Login to DockerHub
54-
uses: docker/login-action@v1
54+
uses: docker/login-action@v2
5555
with:
5656
username: ${{ secrets.DOCKER_USERNAME }}
5757
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)