Skip to content

Commit 6f1dcfa

Browse files
chore(deps): Bump docker/login-action from 3.6.0 to 3.7.0 (#568)
1 parent e8eb722 commit 6f1dcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if_false: type=oci,dest=image.tar
9999

100100
- name: Login to GitHub Container Registry
101-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
101+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.actor }}
@@ -269,7 +269,7 @@ jobs:
269269
path: ${{ steps.build.outputs.package }}
270270

271271
- name: Login to GitHub Container Registry
272-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
272+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
273273
with:
274274
registry: ghcr.io
275275
username: ${{ github.actor }}

0 commit comments

Comments
 (0)