Skip to content

Commit ffa52b2

Browse files
chore(deps): update docker/login-action action to v3
1 parent bb2c578 commit ffa52b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
platforms: linux/amd64,linux/arm64
4141

4242
- name: Log in to the Container registry
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@v3
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)