Fix and clean up docker build doc

This commit is contained in:
Griatch 2022-02-05 18:27:18 +01:00
parent ad70e98717
commit 66f5c4ab20
5 changed files with 21 additions and 29 deletions

View file

@ -128,7 +128,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push for master
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == '3.10' && github.ref == 'refs/heads/master'
if: matrix.TESTING_DB == 'sqlite3' && matrix.python-version == '3.9' && github.ref == 'refs/heads/master'
id: docker_build_master
uses: docker/build-push-action@v2
with: