Skip to content

Commit 8d20cd1

Browse files
build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#678)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33512c3 commit 8d20cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildx.yml

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

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

0 commit comments

Comments
 (0)