Skip to content

Commit f23adf8

Browse files
Bump docker/login-action from 4.2.0 to 4.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46aed08 commit f23adf8

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@v4.2.0
44+
uses: docker/login-action@v4.3.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@v4.2.0
101+
uses: docker/login-action@v4.3.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)