Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
ci: add github workflow for building tagged image
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 27, 2024
1 parent 59b4872 commit d838384
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 🔧 Build

on:
push:
tags: ["*"]
# Allow manual trigger
workflow_dispatch:

jobs:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
image_name: "ghcr.io/${{ github.repository }}"
File renamed without changes.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OSM Sandbox

Edit a map collaboratively, in an isolated environment.
An easy install sandboxed version of OpenStreetMap, for collaborative editing
in an isolated environment.

This repository does the following:

Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ volumes:
services:
osm:
image: ghcr.io/hotosm/osm-sandbox:2024-04-27
build:
dockerfile: openstreetmap.dockerfile
build: .
environment:
PROTOCOL: http${DOMAIN:+s}
DOMAIN: ${DOMAIN:-127.0.0.1:4433}
Expand Down

0 comments on commit d838384

Please sign in to comment.