mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue