Skip to content

Commit af9155e

Browse files
⬆️ Upgrade docker/login-action action to v3.3.0
1 parent 05440bd commit af9155e

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/[email protected]
2020

2121
- name: Log into registry ${{ env.REGISTRY }}
22-
uses: docker/login-action@v3.2.0
22+
uses: docker/login-action@v3.3.0
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)