1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-17 14:55:09 +02:00

DOCKER_USER should come from secrets

This commit is contained in:
Vanessasaurus
2019-11-11 13:33:52 -05:00
committed by GitHub
parent 7cf3c6eb95
commit f3d056110a

@ -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: