nix: change release scripts to use a version arg

This commit is contained in:
steve-chavez
2020-11-10 22:47:58 -05:00
committed by Steve Chavez
parent 8fd9a9ab5d
commit 51b43f5605
2 changed files with 15 additions and 20 deletions
+2 -2
View File
@@ -140,13 +140,13 @@ jobs:
command: |
export GITHUB_USERNAME="$CIRCLE_PROJECT_USERNAME"
export GITHUB_REPONAME="$CIRCLE_PROJECT_REPONAME"
postgrest-release-github
postgrest-release-github $CIRCLE_TAG
- run:
name: Publish Docker images
command: |
export DOCKER_REPO=postgrest
postgrest-docker-login
postgrest-release-dockerhub
postgrest-release-dockerhub $CIRCLE_TAG
postgrest-release-dockerhubdescription
# Build everything in default.nix, push to the Cachix binary cache and run tests