Skip to content

Commit 57e1f4d

Browse files
authored
ci(action): update docker/login-action action to v4
1 parent aff84d6 commit 57e1f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "dockerfile=vendor/github.com/descope/common/build/docker/service/Dockerfile" >> "${GITHUB_OUTPUT}"
113113
114114
- name: Login to Docker Hub
115-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
115+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
116116
with:
117117
registry: docker.io
118118
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)