CI config - fix indentation
This commit is contained in:
parent
b43dc777fb
commit
9f47c0c7d3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -286,8 +286,8 @@ jobs:
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
- name: Build Docker release
|
||||
run: |
|
||||
docker build -t motoserver/moto . --tag moto:latest
|
||||
run: |
|
||||
docker build -t motoserver/moto . --tag moto:latest
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user