Skip to content

Commit d73574a

Browse files
ci(deps): bump docker/login-action from 4.0.0 to 4.1.0 (#23)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ba8a95 commit d73574a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ jobs:
133133
134134
- name: Login to docker.io
135135
if: ${{ env.DOCKER_PUSH }}
136-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
136+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
137137
with:
138138
username: ${{ secrets.DOCKER_HUB_USERNAME }}
139139
password: ${{ secrets.DOCKER_HUB_TOKEN }}
140140

141141

142142
- name: Login to ghcr.io
143143
if: ${{ env.DOCKER_PUSH_GHCR }}
144-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
144+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
145145
with:
146146
registry: ghcr.io
147147
username: ${{ github.actor }}

0 commit comments

Comments
 (0)