Skip to content

Commit a935724

Browse files
Update docker/login-action action to v3.6.0
1 parent caab818 commit a935724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/login-action
9090
- name: Log into registry ${{ env.REGISTRY }}
9191
if: github.event_name != 'pull_request'
92-
uses: docker/login-action@v3.3.0
92+
uses: docker/login-action@v3.6.0
9393
with:
9494
registry: ${{ env.REGISTRY }}
9595
username: ${{ github.actor }}

0 commit comments

Comments
 (0)