fix image names, rename map-web to just map
Some checks failed
Build Docker containers / Build (push) Failing after 54s
Some checks failed
Build Docker containers / Build (push) Failing after 54s
This commit is contained in:
@ -13,11 +13,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build web app image
|
- 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
|
- 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
|
- 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
|
- name: Push images
|
||||||
run: |
|
run: |
|
||||||
docker push git.arinity.org/ctmesh:map-web:latest
|
docker push git.arinity.org/ctmesh:map-web:latest
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
# runs the web map ui
|
# runs the web map ui
|
||||||
meshtastic-map:
|
meshtastic-map:
|
||||||
container_name: meshtastic-map
|
container_name: meshtastic-map
|
||||||
image: git.arinity.org/ctmesh/map-web:latest
|
image: git.arinity.org/ctmesh/map:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
Reference in New Issue
Block a user