Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 730 Bytes

docker-geocity

Docker base image for geocity project.

Image versioning

We use github actions to automatically push this image to sitdocker/geocity-base.

Each image is versioned automatically with the Git reference of the workflow event. The latest image push to DockHub is tagged with latest.

Publish a new version

In your project repository:

  1. Go to releases
  2. Create a new release
  3. Publish the new release

When you publish a new release, the github actions event will be triggered and publish a new image to dockerhub.

Monitor the publication of your image