From a1bcea85dc1f7c27566c20bafe7fff7aaa1e38a4 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Fri, 15 Mar 2024 09:28:51 -0300 Subject: [PATCH] Install OHM social-core and publish image to ghcr --- .github/workflows/docker-publish.yml | 8 ++++---- requirements/base.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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