We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b47ac8c + b1db225 commit f0e76cbCopy full SHA for f0e76cb
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Docker Buildx
25
uses: docker/setup-buildx-action@v3
26
- name: Login to the GitHub Container Registry
27
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
0 commit comments