Further limit push
This commit is contained in:
parent
987fcb37b4
commit
cf002bfbc1
1 changed files with 3 additions and 0 deletions
|
|
@ -113,12 +113,15 @@ jobs:
|
||||||
# docker setup and push
|
# docker setup and push
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
|
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
|
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
|
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue