fix image names, rename map-web to just map
Some checks failed
Build Docker containers / Build (push) Failing after 54s

This commit is contained in:
2025-04-15 15:53:19 -04:00
parent 77a3a5e288
commit 9893ed0bcc
2 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build web app image
run: docker build -f webapp/Dockerfile -t git.arinity.org/ctmesh:map-web:latest .
run: docker build -f webapp/Dockerfile -t git.arinity.org/ctmesh/map:latest .
- name: Build mqtt listener image
run: docker build -f mqtt/Dockerfile -t git.arinity.org/ctmesh:map-mqtt:latest .
run: docker build -f mqtt/Dockerfile -t git.arinity.org/ctmesh/map-mqtt:latest .
- name: Build cli image
run: docker build -f cli/Dockerfile -t git.arinity.org/ctmesh:map-cli:latest .
run: docker build -f cli/Dockerfile -t git.arinity.org/ctmesh/map-cli:latest .
- name: Push images
run: |
docker push git.arinity.org/ctmesh:map-web:latest

View File

@ -13,7 +13,7 @@ services:
# runs the web map ui
meshtastic-map:
container_name: meshtastic-map
image: git.arinity.org/ctmesh/map-web:latest
image: git.arinity.org/ctmesh/map:latest
depends_on:
database:
condition: service_healthy