Skip to content

Commit e47912c

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4abc12 commit e47912c

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Authenticate with GHCR
7272
if: github.event_name != 'pull_request'
7373
id: auth
74-
uses: docker/login-action@v4.0.0
74+
uses: docker/login-action@v4.1.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Authenticate with GHCR
131131
id: auth
132-
uses: docker/login-action@v4.0.0
132+
uses: docker/login-action@v4.1.0
133133
with:
134134
registry: ghcr.io
135135
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)