mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
DOCKER_USER should come from secrets
This commit is contained in:
parent
7cf3c6eb95
commit
f3d056110a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
env:
|
||||
DOCKER_REGISTRY: quay.io/nushell
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_REGISTRY }}
|
||||
DOCKER_USER: nushell+action # TBD
|
||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
strategy:
|
||||
matrix:
|
||||
tag:
|
||||
|
|
Loading…
Reference in a new issue