We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b6472 commit 7e1ea6eCopy full SHA for 7e1ea6e
1 file changed
.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Extract components
72
run: tar -xvf components.tar -C lib
73
- name: Login to GitHub Container Registry
74
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
75
with:
76
registry: ghcr.io
77
username: ${{ github.actor }}
0 commit comments