Skip to content

Commit 41dfbc2

Browse files
authored
Update docker/login-action (#27)
1 parent cf5c7f7 commit 41dfbc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latest-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818
- name: Login to GitHub Container Registry
1919
# v2.2.0
20-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
20+
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/[email protected]
2626
- name: Login to GitHub Container Registry
2727
# v2.2.0
28-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
28+
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)