Skip to content

Commit 1a16b05

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 4643edc commit 1a16b05

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
@@ -74,7 +74,7 @@ jobs:
7474
- name: Authenticate with GHCR
7575
if: github.event_name != 'pull_request'
7676
id: auth
77-
uses: docker/login-action@v3.6.0
77+
uses: docker/login-action@v3.7.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.repository_owner }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Authenticate with GHCR
136136
id: auth
137-
uses: docker/login-action@v3.6.0
137+
uses: docker/login-action@v3.7.0
138138
with:
139139
registry: ghcr.io
140140
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)