Skip to content

Commit

Permalink
setup django-migration-checker package source from pip
Browse files Browse the repository at this point in the history
[why] the issues already be fixed in the original repo, doesn't need to use the fork repo anymore
  • Loading branch information
Falldog committed Apr 18, 2024
1 parent 8980b80 commit ad93954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM python:3.6.12-alpine3.12
FROM python:3.11.9-alpine
ARG VERSION="0.8.0"

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 django-migration-checker==${VERSION}

ENTRYPOINT ["django-find-conflicts"]
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
default: 'app'

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

0 comments on commit ad93954

Please sign in to comment.