Skip to content

changed instrument query since I updated Instrument collection to man… #4

changed instrument query since I updated Instrument collection to man…

changed instrument query since I updated Instrument collection to man… #4

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: false
tags: ecotaxa/zooprocess-back:latest
outputs: type=docker,dest=/tmp/docker-image.tar
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: docker-image
path: /tmp/docker-image.tar