Add starlark #87

Merged
mwalbeck merged 2 commits from issues/85/1 into master 2021-02-16 14:51:44 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 18d39f4f3a - Show all commits

View File

@ -98,7 +98,7 @@ def release(name, grav_version, dockerfile="Dockerfile", app_env="", custom_tags
"DOCKERFILE_PATH": "%s/%s" % (grav_version, dockerfile),
"APP_ENV": app_env,
"CUSTOM_TAGS": custom_tags,
"INCLUDE_MAJOR": "no"
"INCLUDE_MAJOR": "negative"
},
},
{

View File

@ -145,7 +145,7 @@ steps:
environment:
APP_NAME: GRAV
DOCKERFILE_PATH: 1.6/Dockerfile
INCLUDE_MAJOR: no
INCLUDE_MAJOR: negative
VERSION_TYPE: docker_env
- name: build and publish
@ -198,7 +198,7 @@ steps:
APP_ENV: prod
APP_NAME: GRAV
DOCKERFILE_PATH: 1.6/Dockerfile.prod
INCLUDE_MAJOR: no
INCLUDE_MAJOR: negative
VERSION_TYPE: docker_env
- name: build and publish
@ -251,7 +251,7 @@ steps:
APP_NAME: GRAV
CUSTOM_TAGS: latest
DOCKERFILE_PATH: 1.7/Dockerfile
INCLUDE_MAJOR: no
INCLUDE_MAJOR: negative
VERSION_TYPE: docker_env
- name: build and publish
@ -305,7 +305,7 @@ steps:
APP_NAME: GRAV
CUSTOM_TAGS: latest-prod
DOCKERFILE_PATH: 1.7/Dockerfile.prod
INCLUDE_MAJOR: no
INCLUDE_MAJOR: negative
VERSION_TYPE: docker_env
- name: build and publish