YAML not collapsing newlines?

This commit is contained in:
Matthew Wild 2020-01-31 13:59:51 +00:00
parent 63a028a4be
commit 7003f32b90
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: >-
ls &&
docker build .
--file docker/Dockerfile
docker build . \
--file docker/Dockerfile \
--tag snikket/snikket:dev
- name: Log into registry
run: echo "${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}" | docker login -u snikket --password-stdin