forked from krestomatio/container_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request krestomatio#74 from krestomatio/develop
chore(graphql-engine): update version
- Loading branch information
Showing
4 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.ansible-ci/inventory/group_vars/graphql_engine/dockerfile_builder.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
graphql_engine_version: 2.0.7 | ||
graphql_engine_version: 2.0.9 | ||
postgres_major_version: 13 | ||
|
||
# source dir | ||
|
3 changes: 3 additions & 0 deletions
3
.ansible-ci/inventory/host_vars/graphql-engine-build/dockerfile_builder.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
tag_alternative_image_name: "{{ container_image }}" | ||
dockerfile_builder_tags: | ||
- "{{ graphql_engine_version }}" | ||
dockerfile_builder_build_omit: "{{ false if load_state_yml_tag is not defined else | ||
(true if load_state_yml_tag | regex_search(external_release_version_regex) == graphql_engine_version else false) }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters