We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa43f4a commit 4683272Copy full SHA for 4683272
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Docker Buildx
22
uses: docker/setup-buildx-action@v3
23
- name: Login to GitHub Container Registry
24
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
25
with:
26
registry: ghcr.io
27
username: ${{ github.actor }}
0 commit comments