Update build-container-and-wsl.yaml

Fix error on Line 44 (Bad Indentation of Mapping Entry)
pull/1208/head
Saijin-Naib 2020-11-17 12:24:04 -05:00 zatwierdzone przez GitHub
rodzic 9a069f0d91
commit 408082d7ec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
name: Build and Release Container and WSL Image
on:
#workflow_dispatch:
push:
branches:
- master
@ -41,7 +40,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}
- name: Export WSL image
id: wsl_export
run: |
run:|
docker pull opendronemap/odm
docker export $(docker create opendronemap/odm) --output odm-wsl-rootfs-amd64.tar.gz
gzip odm-wsl-rootfs-amd64.tar.gz