Skip to content

Commit 084a175

Browse files
Bump docker/login-action from 1 to 3 (#82)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcb51f2 commit 084a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "::set-output name=push::${push}"
5151
echo "::set-output name=tags::${tags}"
5252
- uses: actions/checkout@v4
53-
- uses: docker/login-action@v1
53+
- uses: docker/login-action@v3
5454
with:
5555
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5656
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)