Skip to content

Commit 53fc682

Browse files
authored
Merge pull request #316 from hyperspike/dependabot/github_actions/docker/login-action-3.6.0
build(deps): bump docker/login-action from 3.5.0 to 3.6.0
2 parents 5f8d5cc + 2016c32 commit 53fc682

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)