We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9af39e commit 145e719Copy full SHA for 145e719
.github/workflows/deploy.yml
@@ -40,7 +40,6 @@ jobs:
40
run: bash scripts/build-push.sh
41
env:
42
NAME: ${{ matrix.image.name }}
43
- DOCKERFILE: ${{ matrix.image.dockerfile }}
44
PYTHON_VERSION: ${{ matrix.image.python_version }}
45
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
46
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/test.yml
@@ -40,5 +40,4 @@ jobs:
run: bash scripts/test.sh
backup.travis.yml
0 commit comments