Some more testing with actions
This commit is contained in:
parent
f6892df7cf
commit
2db89802c7
1 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: user/app:latest
|
tags: evennia/evennia:latest
|
||||||
-
|
-
|
||||||
name: Build and push for develop
|
name: Build and push for develop
|
||||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 && github.ref == 'refs/heads/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
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: user/app:develop
|
tags: evennia/evennia:develop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue