Skip to content

Commit bb0970e

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 f8b1431 commit bb0970e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Authenticate with GHCR
4343
id: auth
44-
uses: docker/login-action@v3.5.0
44+
uses: docker/login-action@v3.6.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{github.actor}}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Authenticate with GHCR
100100
id: auth
101-
uses: docker/login-action@v3.5.0
101+
uses: docker/login-action@v3.6.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{github.actor}}

0 commit comments

Comments
 (0)