Skip to content

Commit b5e88a7

Browse files
renovate[bot]marcusramberg
authored andcommitted
Update docker/login-action action to v3
1 parent bcce7be commit b5e88a7

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check Out Repo
2020
uses: actions/checkout@v3
2121
- name: Login to registry
22-
uses: "docker/login-action@v2.1.0"
22+
uses: "docker/login-action@v3.0.0"
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)