Skip to content

some images are too soft for higher iso, so only use the high iso pre… #10

some images are too soft for higher iso, so only use the high iso pre…

some images are too soft for higher iso, so only use the high iso pre… #10

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build container
run: ./_build_and_push.sh
env:
DH_USER: ${{ secrets.DH_USER }}
DH_PASS: ${{ secrets.DH_PASS }}