Skip to content

Commit 3ef2ddd

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 8e3ce07 commit 3ef2ddd

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
@@ -41,7 +41,7 @@ jobs:
4141

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

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

0 commit comments

Comments
 (0)