Skip to content

Commit 7c8ec67

Browse files
Update docker/login-action digest to 916386b (#496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41ad61a commit 7c8ec67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# https://github.com/docker/login-action
3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b
37+
uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/login-action
4646
- name: Log into registry ${{ env.REGISTRY }}
4747
if: github.event_name != 'pull_request'
48-
uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b
48+
uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)