Skip to content

Commit 3291ac7

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

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

3737
- name: Authenticate with GHCR
3838
id: auth
39-
uses: docker/login-action@v3.6.0
39+
uses: docker/login-action@v3.7.0
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Authenticate with GHCR
8585
id: auth
86-
uses: docker/login-action@v3.6.0
86+
uses: docker/login-action@v3.7.0
8787
with:
8888
registry: ghcr.io
8989
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)