Skip to content

Commit d8ffa9a

Browse files
Update docker/login-action digest to 28fdb31
1 parent bb2b8ec commit d8ffa9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# https://github.com/docker/login-action
3939
- name: Log into registry ${{ env.REGISTRY }}
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
41+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}

.github/workflows/docker-push-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# https://github.com/docker/login-action
4343
- name: Log into registry ${{ env.REGISTRY }}
4444
if: github.event_name != 'pull_request'
45-
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
45+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)