Skip to content

Commit 260af5d

Browse files
CI: bump docker/login-action from 3 to 4 (#10)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fee34a commit 260af5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@v6
169169

170170
- name: Log in to GHCR
171-
uses: docker/login-action@v3
171+
uses: docker/login-action@v4
172172
with:
173173
registry: ${{ env.REGISTRY }}
174174
username: ${{ github.actor }}

0 commit comments

Comments
 (0)