Skip to content

Commit 26db5fa

Browse files
chore(deps): update docker/login-action digest to 5d8785b
1 parent b469406 commit 26db5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-env-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@v2
5050

5151
- name: Log in to the Container registry
52-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
52+
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
102102
id-token: write
103103
steps:
104104
- name: Log in to the Container registry
105-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
105+
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
106106
with:
107107
registry: ${{ env.REGISTRY }}
108108
username: ${{ github.actor }}

.github/workflows/protobuf-reprolang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Log in to the Container registry
23-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
23+
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)