Skip to content

Commit

Permalink
use forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRoumy committed Jan 18, 2022
1 parent 8980b80 commit 8954dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6.12-alpine3.12

RUN apk add --no-cache git
RUN python -m pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir git+git://github.com/Falldog/django-migration-checker
RUN pip install --no-cache-dir git+git://github.com/JoeRoumy/django-migration-checker

ENTRYPOINT ["django-find-conflicts"]
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ inputs:

runs:
using: docker
image: docker://hardcoretech/django-migration-checker:latest
image: docker://gofersamy/django-migration-checker:latest
args:
- ${{ inputs.app-path }}

0 comments on commit 8954dde

Please sign in to comment.