diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3fd75943..278380d7 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -3,7 +3,7 @@ name: Build Docker Image, Push to GHCR on: push: branches: - - master + - ohm jobs: build: @@ -29,7 +29,7 @@ jobs: context: . push: true tags: | - ghcr.io/osmcha/osmcha-django:latest - ghcr.io/osmcha/osmcha-django:${{ github.sha }} + ghcr.io/openhistoricalmap/osmcha-django:latest + ghcr.io/openhistoricalmap/osmcha-django:${{ github.sha }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max diff --git a/requirements/base.txt b/requirements/base.txt index b278dd96..aa4cfc5a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ django-model-utils==4.2.0 # For authentication with OSM social-auth-app-django==4.0.0 -social-auth-core==3.3.3 +git+https://github.com/OpenHistoricalMap/social-core/ # DRF and DRF-gis djangorestframework==3.11.2