Some more testing with actions

This commit is contained in:
Griatch 2022-01-16 16:37:25 +01:00
parent f6892df7cf
commit 2db89802c7

View file

@ -130,7 +130,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: user/app:latest
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'}}
@ -138,4 +138,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: user/app:develop
tags: evennia/evennia:develop