Skip to content

Commit 28c5363

Browse files
authored
Update docker/login-action digest to 4907a6d (#116)
1 parent 135331e commit 28c5363

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
4444

4545
- name: Login to GitHub
46-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
46+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Login to DockerHub
53-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
53+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
5454
with:
5555
username: ${{ secrets.DOCKERHUB_USERNAME }}
5656
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -103,14 +103,14 @@ jobs:
103103
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
104104

105105
- name: Login to GitHub
106-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
106+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }}
110110
password: ${{ secrets.GITHUB_TOKEN }}
111111

112112
- name: Login to DockerHub
113-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
113+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
114114
with:
115115
username: ${{ secrets.DOCKERHUB_USERNAME }}
116116
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)