Merge pull request #396 from rustprooflabs/adjust-for-osm2pgsql-repli… #649
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish PgOSM-Flex Docker image | |
on: | |
push: | |
jobs: | |
push_to_registry: | |
name: Build and inspect PgOSM Flex image | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v2 | |
- name: Build image for local GH use | |
id: docker_build_push | |
uses: docker/build-push-action@v2 | |
with: | |
context: . | |
load: true | |
push: false | |
tags: rustprooflabs/pgosm-flex:ghdev | |
- name: Inspect image | |
run: | | |
docker image inspect rustprooflabs/pgosm-flex:ghdev |