Skip to content

Merge pull request #21 from geoadmin/ltbam-patch-1 #32

Merge pull request #21 from geoadmin/ltbam-patch-1

Merge pull request #21 from geoadmin/ltbam-patch-1 #32

Workflow file for this run

# be aware this won't test the auto-published
# weekly 'latest' images (generated "manually")
name: publish
on:
push:
branches:
- master
paths-ignore:
- '.gitignore'
- '**.md'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build container image
uses: docker/build-push-action@v2
with:
push: true
tags: |
ghcr.io/${{ github.repository }}/routing-graph-packager:latest