Skip to content

Commit 7de1ef4

Browse files
authored
fix: ECR change: send jormun image on new prd ECR (#4526)
1 parent a120b35 commit 7de1ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dockers_debian11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- name: Push jormun release image on PRD ECR
258258
if: startsWith(github.ref, 'refs/tags/')
259259
run: |
260-
jormun_tag=${SBX_ECR_REGISTRY_FRONT}/navitia-jormungandr-jormungandr:${{ needs.common_variables.outputs.RELEASE_TAG }}
260+
jormun_tag=${PRD_ECR_REGISTRY}/navitia-jormungandr-jormungandr:${{ needs.common_variables.outputs.RELEASE_TAG }}
261261
docker tag navitia/jormungandr_debian11 ${jormun_tag}
262262
docker push ${jormun_tag}
263263

0 commit comments

Comments
 (0)