Skip to content

Commit 875e6d2

Browse files
chore(deps): update docker/login-action digest to c94ce9f
1 parent ab5ebc6 commit 875e6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Login to Container registry
119119
if: ${{ inputs.job-type == 'docker' }}
120-
uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
120+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
121121
with:
122122
registry: ${{ env.REGISTRY }}
123123
username: ${{ github.actor }}

0 commit comments

Comments
 (0)