Another test in actions

This commit is contained in:
Griatch 2022-01-16 16:47:15 +01:00
parent 7f29029a41
commit 79b79e2fb3

View file

@ -125,7 +125,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push for master
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 && github.ref == 'refs/heads/master'}}
if: github.ref == 'refs/heads/master'}}
id: docker_build_master
uses: docker/build-push-action@v2
with:
@ -133,7 +133,7 @@ jobs:
tags: evennia/evennia:latest
-
name: Build and push for develop
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 && github.ref == 'refs/heads/develop'}}
if: matrix.python-version == 3.7 && github.ref == 'refs/heads/develop'}}
id: docker_build_develop
uses: docker/build-push-action@v2
with: