ci: skip postgrest-release-dockerhubdescription for nightly builds

This commit is contained in:
Wolfgang Walther
2020-12-23 19:39:40 +01:00
committed by Wolfgang Walther
parent b7fc393e49
commit add326a79d
+4 -1
View File
@@ -153,7 +153,10 @@ jobs:
export DOCKER_REPO=postgrest
postgrest-docker-login
postgrest-release-dockerhub $CIRCLE_TAG
postgrest-release-dockerhubdescription
if test "$CIRCLE_TAG" != "nightly"
then
postgrest-release-dockerhubdescription
fi
# Build everything in default.nix, push to the Cachix binary cache and run tests
nix-build-test: