Skip to content

Commit 5bef608

Browse files
authored
Merge pull request #18 from hyprmcp/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.6.0
2 parents 805bd96 + 025f4a6 commit 5bef608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Login to GitHub Container Registry
1717
if: ${{ startsWith(github.ref, 'refs/tags/') }}
18-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
18+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.actor }}

0 commit comments

Comments
 (0)