ci: Set Docker Hub username

This commit is contained in:
Remo
2021-08-08 06:42:59 +02:00
parent 6d9fcfa09f
commit b3899e7aa4
+1 -1
View File
@@ -324,7 +324,7 @@ jobs:
needs: Prepare-Release
env:
DOCKER_REPO: postgrest
DOCKER_USER: postgrest-bot
DOCKER_USER: stevechavez
VERSION: ${{ needs.Prepare-Release.outputs.version }}
ISPRERELEASE: ${{ needs.Prepare-Release.outputs.isprerelease }}
steps: