We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45844fd commit 4dac872Copy full SHA for 4dac872
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
uses: docker/setup-buildx-action@v2
67
68
- name: Login to GitHub Container Registry
69
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
70
with:
71
registry: ghcr.io
72
username: ${{ github.repository_owner }}
0 commit comments