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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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