Skip to content

Commit 4256216

Browse files
chore(deps): update docker/login-action digest to 6d4b68b
1 parent f2a1456 commit 4256216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
106106
with:
107107
registry: ${{ env.REGISTRY }}
108108
username: ${{ github.actor }}

.github/workflows/protobuf-reprolang.yml

Lines changed: 1 addition & 1 deletion
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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)