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.
1 parent 31f3e7e commit cfcd959Copy full SHA for cfcd959
.github/workflows/docker-images.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Docker Buildx
31
uses: docker/setup-buildx-action@v2
32
- name: Login to Github Container Registry
33
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
34
with:
35
registry: ghcr.io
36
username: ${{ github.repository_owner }}
0 commit comments