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 db4e628 commit 81db042Copy full SHA for 81db042
.github/workflows/docker-beta.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
23
- name: Log in to the Container registry
24
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
25
with:
26
registry: ghcr.io
27
username: ${{ github.actor }}
.github/workflows/docker-release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
0 commit comments