Skip to content

Fix docker image and avoid implicit setuptools runtime dependency (#683) #4238

Fix docker image and avoid implicit setuptools runtime dependency (#683)

Fix docker image and avoid implicit setuptools runtime dependency (#683) #4238

Workflow file for this run

name: Push mirror
on:
push:
branches: [ '**' ]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: mirror-repository
uses: ppcad/mirror-action@v0.4.4
with:
REMOTE: ${{ secrets.GIT_REMOTE_URL }}
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
GIT_PUSH_ARGS: '--force --quiet --no-progress'
DEBUG: "false"