nix(fix): Make naming of tools in postgrest-release- namespace consistent

This commit is contained in:
Wolfgang Walther
2021-04-18 13:51:39 +02:00
committed by Wolfgang Walther
parent 280b89d87c
commit bc879507ae
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -105,11 +105,11 @@ jobs:
name: Publish Docker images
command: |
export DOCKER_REPO=postgrest
postgrest-docker-login
postgrest-release-docker-login
postgrest-release-dockerhub $CIRCLE_TAG
if test "$CIRCLE_TAG" != "nightly"
then
postgrest-release-dockerhubdescription
postgrest-release-dockerhub-description
fi
# Build everything in default.nix and push to the Cachix binary cache if running on main