Skip to content

Commit 7385872

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 (#17)
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 60f41c1 commit 7385872

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
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v3
4646
-
4747
name: Login to Registry
48-
uses: docker/login-action@v3.3.0
48+
uses: docker/login-action@v3.4.0
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Set up Docker Buildx
4343
uses: docker/setup-buildx-action@v3
4444
- name: Log in to the Container registry
45-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
45+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)