We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a120b35 commit 7de1ef4Copy full SHA for 7de1ef4
.github/workflows/build_dockers_debian11.yml
@@ -257,7 +257,7 @@ jobs:
257
- name: Push jormun release image on PRD ECR
258
if: startsWith(github.ref, 'refs/tags/')
259
run: |
260
- jormun_tag=${SBX_ECR_REGISTRY_FRONT}/navitia-jormungandr-jormungandr:${{ needs.common_variables.outputs.RELEASE_TAG }}
+ jormun_tag=${PRD_ECR_REGISTRY}/navitia-jormungandr-jormungandr:${{ needs.common_variables.outputs.RELEASE_TAG }}
261
docker tag navitia/jormungandr_debian11 ${jormun_tag}
262
docker push ${jormun_tag}
263
0 commit comments