Skip to content

fixed the issue that export data will includes the draft evaluation data #413

fixed the issue that export data will includes the draft evaluation data

fixed the issue that export data will includes the draft evaluation data #413

Workflow file for this run

name: Buildah via Dockerfile
on: [push]
jobs:
build:
name: Build image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Buildah Action
uses: redhat-actions/buildah-build@v2.2
with:
image: caracal-edge
tags: v1 ${{ github.sha }}
dockerfiles: |
./Dockerfile
build-args: |
viewer=develop
fork=camicroscope