Skip to content

ci: Add workflow for building and publishing modware-dataloader image #292

ci: Add workflow for building and publishing modware-dataloader image

ci: Add workflow for building and publishing modware-dataloader image #292

Workflow file for this run

name: build and publish
on:
push:
branches:
- develop
jobs:
call-docker-build:
uses: dictyBase/workflows/.github/workflows/build-publish-image.yaml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: modware-import
dockerfile: build/package/Dockerfile
namespace: dictybase
call-docker-build-dataloader:
uses: dictyBase/workflows/.github/workflows/build-publish-image.yaml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: modware-dataloader
dockerfile: build/package/Dockerfile.dataloader
namespace: dictybase