Skip to content

Commit 21079e1

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 990cd68 commit 21079e1

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Authenticate with GHCR
7171
if: github.event_name != 'pull_request'
7272
id: auth
73-
uses: docker/login-action@v3.7.0
73+
uses: docker/login-action@v4.0.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Authenticate with GHCR
129129
id: auth
130-
uses: docker/login-action@v3.7.0
130+
uses: docker/login-action@v4.0.0
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)