Skip to content

Merge branch 'template_docker' into buildcache #3

Merge branch 'template_docker' into buildcache

Merge branch 'template_docker' into buildcache #3

Workflow file for this run

name: Build and Publish Docker Image
on: push
env:
REGISTRY: ghcr.io
jobs:
build-spack:
uses: ./.github/workflows/image-template.yaml
with:
image: spack
build-minimal:
needs: build-spack
uses: ./.github/workflows/image-template.yaml
with:
image: minimal
build-sim:
needs: build-minimal
uses: ./.github/workflows/image-template.yaml
with:
image: sim