Skip to content

Commit 3d0ee43

Browse files
committed
Use docker log in action v3
1 parent b932ed0 commit 3d0ee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-and-publish-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
shell: bash
3131

3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
registry: ghcr.io
3636
username: ${{ inputs.repository_owner }}

0 commit comments

Comments
 (0)