Skip to content

Commit f295dfa

Browse files
authored
Merge pull request #835 from zalando-incubator/dependabot/github_actions/github-actions-457c2bfbc2
Bump docker/login-action from 3.5.0 to 3.6.0 in the github-actions group
2 parents b9a1cf9 + 88d8843 commit f295dfa

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)