Skip to content

Commit 999f629

Browse files
authored
Merge pull request #4351 from hove-io/use_new_mimir_tag
Use new release v3.4.0 of bragi
2 parents 086c329 + 90209ad commit 999f629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockers_builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
- name: Get and tag mimir release image
193193
if: startsWith(github.ref, 'refs/tags/')
194194
run: |
195-
MIMIR_TAG="v3.1.0"
195+
MIMIR_TAG="v3.4.0"
196196
image=${PRD_ECR_REGISTRY}/navitia-bragi-mimirsbrunn:${MIMIR_TAG}
197197
docker pull ${image}
198198
docker tag ${image} mimirsbrunn:local

0 commit comments

Comments
 (0)