Fix push and load may not be set together at the moment

pull/1202/head
Piero Toffanin 2020-11-09 19:24:11 -05:00
rodzic 34dc879002
commit 1bca303e26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,11 +34,11 @@ jobs:
file: ./portable.Dockerfile
platforms: linux/amd64
push: true
load: true # Copy to the host's docker daemon so we can use it for WSL export
tags: ${{ steps.docker_meta.outputs.tags }}
- name: Export WSL image
id: wsl_export
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
echo ::set-output name=amd64-rootfs::"odm-wsl-rootfs-amd64.tar.gz"