Fix typo
This commit is contained in:
parent
bf43ba1133
commit
987fcb37b4
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ jobs:
|
||||||
tags: evennia/evennia: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'
|
||||||
id: docker_build_develop
|
id: docker_build_develop
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue