Skip to content

Commit d102036

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 436d55b commit d102036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: sigstore/cosign-installer@v3.10.0
6262
-
6363
name: Login to GitHub Container Registry
64-
uses: docker/login-action@v3.5.0
64+
uses: docker/login-action@v3.6.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ inputs.repo_owner }}

.github/workflows/build-split-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@v3.11.1
6767
-
6868
name: Login to GitHub Container Registry
69-
uses: docker/login-action@v3.5.0
69+
uses: docker/login-action@v3.6.0
7070
with:
7171
registry: ghcr.io
7272
username: ${{ inputs.repo_owner }}
@@ -146,14 +146,14 @@ jobs:
146146
-
147147
name: Login to DockerHub
148148
if: matrix.registry == 'docker.io'
149-
uses: docker/login-action@v3.5.0
149+
uses: docker/login-action@v3.6.0
150150
with:
151151
username: ${{ inputs.dockerhub_user }}
152152
password: ${{ secrets.dockerhub_password }}
153153
-
154154
name: Login to GitHub Container Registry
155155
if: matrix.registry == 'ghcr.io'
156-
uses: docker/login-action@v3.5.0
156+
uses: docker/login-action@v3.6.0
157157
with:
158158
registry: ghcr.io
159159
username: ${{ inputs.repo_owner }}

0 commit comments

Comments
 (0)