Skip to content

Commit 2016c32

Browse files
build(deps): bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f8d5cc commit 2016c32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image.yaml

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

4848
- name: Log in to the Container registry
49-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
49+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}
@@ -182,7 +182,7 @@ jobs:
182182
merge-multiple: true
183183

184184
- name: Log in to the Container registry
185-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
185+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
186186
with:
187187
registry: ${{ env.REGISTRY }}
188188
username: ${{ github.actor }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
go-version: 1.24
7575
check-latest: true
7676
- name: Log in to the Container registry
77-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
77+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

0 commit comments

Comments
 (0)