Skip to content

Commit dc513ae

Browse files
Update docker/login-action action to v3.4.0
1 parent caab818 commit dc513ae

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.4.0
9393
with:
9494
registry: ${{ env.REGISTRY }}
9595
username: ${{ github.actor }}

0 commit comments

Comments
 (0)