We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e85bd + f872161 commit 011350cCopy full SHA for 011350c
.github/workflows/image-push-main.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Docker Buildx
21
uses: docker/setup-buildx-action@v3
22
- name: Login to GitHub Container Registry
23
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
24
with:
25
registry: ghcr.io
26
username: ${{ github.repository_owner }}
.github/workflows/image-push-release.yaml
0 commit comments