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 f8ac62d commit baa5fabCopy full SHA for baa5fab
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Log in to GitHub Container Registry
22
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
23
with:
24
registry: ghcr.io
25
username: ${{ github.actor }}
0 commit comments