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 e00959d commit 2d7b15fCopy full SHA for 2d7b15f
1 file changed
.github/workflows/release-candidate.yml
@@ -379,6 +379,10 @@ jobs:
379
needs: [guard, publish]
380
if: needs.guard.outputs.should_run == 'true' && needs.publish.outputs.vtag != ''
381
uses: ./.github/workflows/docker.yml
382
+ # Reusable workflows do not receive caller secrets unless inherited; without
383
+ # this, DOCKERHUB_* / GITHUB_TOKEN are empty in docker.yml → "Username and
384
+ # password required" on Docker Hub login (see same pattern on `ci:` above).
385
+ secrets: inherit
386
permissions:
387
contents: read
388
packages: write
0 commit comments