1
Fork 0

Fix syntax error

This commit is contained in:
Viktor Strate Kløvedal 2021-03-28 23:07:06 +02:00 committed by GitHub
parent cf36b9ec8d
commit c432036a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@ jobs:
- name: Docker Build - name: Docker Build
run: | run: |
mkdir -p /tmp/docker-image-${{ matrix.target_platform }} docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args
- name: Docker Login - name: Docker Login
run: | run: |