kopia lustrzana https://github.com/OpenDroneMap/ODM
Remove comments
rodzic
dbbd9dc9d0
commit
b6f0fbdcb9
|
@ -28,7 +28,6 @@ jobs:
|
|||
id: docker_meta
|
||||
uses: crazy-max/ghaction-docker-meta@v1
|
||||
with:
|
||||
#images: synper311/odm
|
||||
images: opendronemap/odm
|
||||
tag-edge: true
|
||||
tag-match-latest: \d{1,3}\.\d{1,3}\.\d\{1,3} # matches v1.2.3
|
||||
|
@ -42,11 +41,6 @@ jobs:
|
|||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
- name: Export WSL image
|
||||
id: wsl_export
|
||||
#run: |
|
||||
#docker pull synper311/odm
|
||||
#docker export $(docker create synper311/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"
|
||||
run: |
|
||||
docker pull opendronemap/odm
|
||||
docker export $(docker create opendronemap/odm) --output odm-wsl-rootfs-amd64.tar.gz
|
||||
|
|
Ładowanie…
Reference in New Issue