We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4559849 + 7d7ca20 commit 77ebdd2Copy full SHA for 77ebdd2
1 file changed
.github/workflows/docker-image.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Docker Buildx
13
uses: docker/setup-buildx-action@v2
14
- name: Login to GitHub Container Registry
15
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
16
with:
17
registry: ghcr.io
18
username: ${{ github.repository_owner }}
0 commit comments