Skip to content

Commit 008bfbd

Browse files
Update docker/login-action action to v3.4.0 (#81)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c38f5f2 commit 008bfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# https://github.com/docker/login-action
5252
- name: Log into registry ${{ env.REGISTRY }}
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@v3.3.0
54+
uses: docker/login-action@v3.4.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)