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 f157660 + 2749127 commit 831cb7bCopy full SHA for 831cb7b
2 files changed
.github/workflows/nightly.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Login to GitHub Container Registry
23
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
24
if: github.event_name != 'workflow_dispatch'
25
with:
26
registry: ghcr.io
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
username: ${{github.actor}}
0 commit comments