Skip to content

Commit 4a697ff

Browse files
authored
Merge pull request #32 from f-koehler/renovate/docker-login-action-3.x
Update docker/login-action action to v3.5.0
2 parents 8f4adab + 7c9a733 commit 4a697ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# https://github.com/docker/login-action
4545
- name: Log into registry ${{ env.REGISTRY }}
4646
if: github.event_name != 'pull_request'
47-
uses: docker/login-action@v3.4.0
47+
uses: docker/login-action@v3.5.0
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)