Skip to content

Commit 4df03fa

Browse files
Update docker/login-action action to v3.6.0 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a697ff commit 4df03fa

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.5.0
47+
uses: docker/login-action@v3.6.0
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)