Skip to content

Commit b7033ee

Browse files
⬆️ Upgrade docker/login-action action to v3.4.0
1 parent c421e1e commit b7033ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/[email protected]
2222

2323
- name: Log into registry ${{ env.REGISTRY }}
24-
uses: docker/login-action@v3.3.0
24+
uses: docker/login-action@v3.4.0
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)