Skip to content

Commit

Permalink
Install OHM social-core and publish image to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Mar 15, 2024
1 parent 61a80e8 commit a1bcea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker Image, Push to GHCR
on:
push:
branches:
- master
- ohm

jobs:
build:
Expand All @@ -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
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1bcea8

Please sign in to comment.