Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package job to GitHub CI to build and push docker image to GitHub Container Registry #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KoalaGeo
Copy link

This PR adds a GitHub workflow to build a Docker image and push to the GitHub Container registry.

See https://github.com/KoalaGeo/tippecanoe/pkgs/container/tippecanoe

The job will run on completion of the test job (image will be tagged latest) and all on an new release (image will be tagged with the release version).

To test docker run -v ./tests/ne_110m_populated_places:/data ghcr.io/koalageo/tippecanoe:latest tippecanoe -zg -o /data/out.pmtiles --drop-densest-as-needed /data/in.json

When the job runs on the felt org, the image will be pushed to ghcr.io/felt/tippecanoe

@KoalaGeo KoalaGeo changed the title Add package job to GitHub CI Add package job to GitHub CI to build and push docker image to gitHub Container Registry Jan 28, 2025
@KoalaGeo KoalaGeo changed the title Add package job to GitHub CI to build and push docker image to gitHub Container Registry Add package job to GitHub CI to build and push docker image to GitHub Container Registry Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant