nix(fix): Make naming of tools in postgrest-release- namespace consistent
This commit is contained in:
committed by
Wolfgang Walther
parent
280b89d87c
commit
bc879507ae
@@ -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
|
||||
|
||||
@@ -62,7 +62,7 @@ let
|
||||
dockerLogin =
|
||||
checkedShellScript
|
||||
{
|
||||
name = "postgrest-docker-login";
|
||||
name = "postgrest-release-docker-login";
|
||||
docs =
|
||||
''
|
||||
Log in to Docker Hub using the DOCKER_USER and DOCKER_PASS env vars.
|
||||
@@ -129,7 +129,7 @@ let
|
||||
in
|
||||
checkedShellScript
|
||||
{
|
||||
name = "postgrest-release-dockerhubdescription";
|
||||
name = "postgrest-release-dockerhub-description";
|
||||
docs = "Update the repository description on Docker Hub.";
|
||||
args = [
|
||||
"ARG_USE_ENV([DOCKER_USER], [], [DockerHub user name])"
|
||||
|
||||
Reference in New Issue
Block a user