From deee276e321f4c2066b6f94e9e89a94acaa2dda0 Mon Sep 17 00:00:00 2001 From: Abderrahim AZIME Date: Mon, 12 Jun 2023 17:53:01 +0200 Subject: [PATCH] Fix publish jormun ARM64 --- .github/workflows/build_dockers_debian11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_dockers_debian11.yml b/.github/workflows/build_dockers_debian11.yml index 3210b04662..5408a764ff 100644 --- a/.github/workflows/build_dockers_debian11.yml +++ b/.github/workflows/build_dockers_debian11.yml @@ -71,7 +71,7 @@ jobs: context: . file: docker/debian11_arm64/Dockerfile-jormungandr push: true - tags: navitia/jormungandr_arm64:${{env.navitia_tag}} + tags: navitia/jormungandr:${{env.navitia_tag}} platforms: linux/arm64 - name: Install dependencies @@ -86,5 +86,5 @@ jobs: - name: success notification on core team if: success() run: | - echo '{"text":":octopus: Github Actions: build_dockers on arm64 has succeeded. New navitia ${{env.navitia_tag}}_arm64 images available."}' | http --json POST ${{secrets.SLACK_NAVITIA_TEAM_URL}} + echo '{"text":":octopus: Github Actions: build_dockers on arm64 has succeeded. New navitia on arm64 for ${{env.navitia_tag}} images available."}' | http --json POST ${{secrets.SLACK_NAVITIA_TEAM_URL}}