Skip to content

Build map

Build map #9

Workflow file for this run

name: Build map
on:
workflow_dispatch:
jobs:
motomap-container-job:
runs-on: ubuntu-latest
container:
image: tmesot/motomap:refactor
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
env:
MAP_LIST: ${{ github.event.inputs.map_list }}}}
steps:
- name: Run script
run: bash /motomap/motomap/motomap.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: maps files
path: /motomap/output