Skip to content

Update Docker image reference in README #21

Update Docker image reference in README

Update Docker image reference in README #21

Workflow file for this run

name: Test ODX
on:
push:
branches:
- master
tags:
- v*
# Triggered by ODX build (after docker push)
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: ./run all --datasets brighton_simple --tags latest --image_name webodm/odx
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Brighton report.pdf
path: results/latest/brighton_simple/test_default_with_dsm_and_dtm/odm_report/report.pdf
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Brighton assets
path: |
results/latest/brighton_simple/test_default_with_dsm_and_dtm/odm_orthophoto/
results/latest/brighton_simple/test_default_with_dsm_and_dtm/odm_dem/
results/latest/brighton_simple/test_default_with_dsm_and_dtm/odm_texturing/
results/latest/brighton_simple/test_default_with_dsm_and_dtm/log.json