Skip to content

Commit 7d4e84c

Browse files
build(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#700)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1231809 commit 7d4e84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Docker Login
8989
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
90-
uses: docker/login-action@v3.6.0
90+
uses: docker/login-action@v3.7.0
9191
with:
9292
username: ${{ secrets.DOCKER_USERNAME }}
9393
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)