Pass DOCKER_TOKEN secret into Docker workflow
This commit is contained in:
parent
565b5423ea
commit
1554d51b37
2 changed files with 5 additions and 0 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -7,6 +7,9 @@ on:
|
|||
types: [published]
|
||||
workflow_dispatch: # A build was manually requested
|
||||
workflow_call: # Another pipeline called us
|
||||
secrets:
|
||||
DOCKER_TOKEN:
|
||||
required: true
|
||||
|
||||
env:
|
||||
DOCKER_NAMESPACE: matrixdotorg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue