Skip to content

Commit 566e334

Browse files
Bump docker/login-action from 3.4.0 to 3.5.0 (#32)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 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 05d7284 commit 566e334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@v3
5050
-
5151
name: Login to Registry
52-
uses: docker/login-action@v3.4.0
52+
uses: docker/login-action@v3.5.0
5353
with:
5454
username: ${{ secrets.DOCKERHUB_USERNAME }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v3
4848
- name: Log in to the Container registry
49-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
49+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)