Skip to content

tidy bwgesamt before processing further #83

tidy bwgesamt before processing further

tidy bwgesamt before processing further #83

Workflow file for this run

name: Build docker image
on:
push:
branches:
- master
jobs:
docker:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish to Dockerhub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: mfdz/gtfs-hub
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_AUTH}}
tags: "latest,${{ github.sha }}"