Skip to content

Commit a393910

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

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
@@ -73,7 +73,7 @@ jobs:
7373
- name: Authenticate with GHCR
7474
if: github.event_name != 'pull_request'
7575
id: auth
76-
uses: docker/login-action@v4.3.0
76+
uses: docker/login-action@v4.4.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: Authenticate with GHCR
134134
id: auth
135-
uses: docker/login-action@v4.3.0
135+
uses: docker/login-action@v4.4.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)