Skip to content

Commit 3b0fbec

Browse files
committed
CI: Bump docker/login-action from v1 to v2
Fixes deprecation warnings from GHA.
1 parent e6b056f commit 3b0fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Login to GitHub Container Registry
207207
if: steps.prepare-meta.outputs.has-image
208-
uses: docker/login-action@v1
208+
uses: docker/login-action@v2
209209
with:
210210
registry: ghcr.io
211211
username: ${{ github.actor }}

0 commit comments

Comments
 (0)