Skip to content

Commit 4dce99b

Browse files
build(deps): 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 a99ad5c commit 4dce99b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/agent-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/setup-buildx-action@v3
5252

5353
- name: Log in to GHCR
54-
uses: docker/login-action@v3
54+
uses: docker/login-action@v4
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Multi-arch builds for releases happen in release.yaml via GoReleaser
1818
# (uses native runners + Go cross-compile, not QEMU). This job is a fast
1919
# PR smoke test — single-platform, host-arch.
20-
- uses: docker/login-action@v3
20+
- uses: docker/login-action@v4
2121
if: github.event_name == 'push'
2222
with:
2323
registry: ghcr.io

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
3131

3232
- name: Log in to GitHub Container Registry
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v4
109109

110110
- name: Log in to GitHub Container Registry
111-
uses: docker/login-action@v3
111+
uses: docker/login-action@v4
112112
with:
113113
registry: ghcr.io
114114
username: ${{ github.actor }}

0 commit comments

Comments
 (0)