Skip to content

Commit a49dfba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-generations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v3
3333

3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)