Skip to content

Commit 88d8843

Browse files
Bump docker/login-action from 3.5.0 to 3.6.0 in the github-actions group
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef298ca commit 88d8843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: '^1.25'
3434

3535
- name: Login to Github Container Registry
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Login to GitHub Container Registry
5656
if: github.event_name != 'pull_request'
57-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
57+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)