Skip to content

Adding the full length routelines and stops[WIP] #851

Adding the full length routelines and stops[WIP]

Adding the full length routelines and stops[WIP] #851

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Create and publish a Docker image
on:
push:
branches: ['main']
tags: ['v*']
pull_request:
branches: ['main']
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VITE_MAPBOX_TOKEN: pk.eyJ1IjoiYXJpbmRhbTE5OTMiLCJhIjoiY2p0bnU2dmtoMHp4ZTN5cGxmZXJpa3BpdiJ9._9GLi1K1ERIMzwpzWSL-PA
jobs:
call-workflow-build-publish-docker-image:
uses: bikehopper/github-workflows/.github/workflows/build-publish-docker-image.yml@main
secrets: inherit