CI config - fix indentation

This commit is contained in:
Bert Blommers 2021-08-28 11:23:02 +01:00 committed by GitHub
parent b43dc777fb
commit 9f47c0c7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: