We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521bcb2 commit a5c36cbCopy full SHA for a5c36cb
1 file changed
.github/workflows/docker.yml
@@ -311,7 +311,7 @@ jobs:
311
with:
312
registry: ghcr.io
313
username: ${{ github.repository_owner }}
314
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }}
315
316
- name: "⚠️ Check Registry Login Status"
317
if: steps.variant-filter.outputs.skip != 'true'
@@ -379,7 +379,7 @@ jobs:
379
380
context: ${{ matrix.context }}
381
secrets: |
382
- GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN=${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }}
383
build-args: |
384
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
385
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
0 commit comments