Skip to content

Commit cd914dd

Browse files
authored
Merge pull request #28 from etkecc/renovate/docker-login-action-4.x
Update docker/login-action action to v4.1.0
2 parents 78ed32c + e70bbd0 commit cd914dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3939
- name: Login to ghcr.io
40-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
40+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Docker Buildx
7272
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7373
- name: Login to ghcr.io
74-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
74+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}

0 commit comments

Comments
 (0)