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:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
- name: Build Docker release
|
- name: Build Docker release
|
||||||
run: |
|
run: |
|
||||||
docker build -t motoserver/moto . --tag moto:latest
|
docker build -t motoserver/moto . --tag moto:latest
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user