diff --git a/.github/actions/docker_build/action.yml b/.github/actions/docker_build/action.yml index 90410ef4..336204fd 100644 --- a/.github/actions/docker_build/action.yml +++ b/.github/actions/docker_build/action.yml @@ -147,7 +147,7 @@ runs: driver-opts: | image=moby/buildkit:v0.13.2 network=host - - name: Build and push + - name: Build and push info if: (steps.image_status.outputs.updated != 'true' || inputs.rebuild == 'true') && inputs.dryrun == 'true' shell: bash run: | diff --git a/docker/bin/docker-entrypoint.sh b/docker/bin/docker-entrypoint.sh index 835d6583..3ede941b 100755 --- a/docker/bin/docker-entrypoint.sh +++ b/docker/bin/docker-entrypoint.sh @@ -38,7 +38,6 @@ case "$1" in ;; run) django-admin check --deploy || exit 1 - django-admin upgrade --no-static || exit 1 set -- tini -- "$@" set -- gosu user:app uwsgi --ini /conf/uwsgi.ini ;;