Skip to content

Commit 3e406df

Browse files
Update docker/login-action action to v3 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent eb42b75 commit 3e406df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-single-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
uses: docker/setup-buildx-action@v3
212212
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
213213
- name: Login to DockerHub
214-
uses: docker/login-action@v2
214+
uses: docker/login-action@v3
215215
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
216216
with:
217217
registry: ${{ inputs.docker_registry }}

0 commit comments

Comments
 (0)