Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Fix publish jormun ARM64 #4034

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_dockers_debian11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}