Skip to content

Commit 974f73a

Browse files
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3671312 commit 974f73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "TAGS=${tags}" >> ${GITHUB_ENV}
4242
echo "NEED_PUSH=${need_push}" >> ${GITHUB_ENV}
4343
- uses: actions/checkout@v6
44-
- uses: docker/login-action@v3
44+
- uses: docker/login-action@v4
4545
if: env.NEED_PUSH == 'yes'
4646
with:
4747
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)