Skip to content

dockerize and add CI workflow #1

dockerize and add CI workflow

dockerize and add CI workflow #1

Workflow file for this run

name: Build docker image
on:
push
jobs:
runs:
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- name: Log in to Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6
with:
push: true
tags: gtfs2netex:latest