fixed the issue that export data will includes the draft evaluation data #413
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |