Skip to content

Commit 84aab51

Browse files
dependabot[bot]hakwerk
authored andcommitted
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8026f10 commit 84aab51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-dockers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Login to GHCR
9292
if: github.event_name != 'pull_request'
93-
uses: docker/login-action@v3
93+
uses: docker/login-action@v4
9494
with:
9595
registry: ghcr.io
9696
username: ${{ github.repository_owner }}

.github/workflows/build-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
type=ref,event=pr
9696
9797
- name: Login to GHCR
98-
uses: docker/login-action@v3
98+
uses: docker/login-action@v4
9999
with:
100100
registry: ghcr.io
101101
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)