Skip to content

add spack config yaml and template to generate dockerfile #13

add spack config yaml and template to generate dockerfile

add spack config yaml and template to generate dockerfile #13

Workflow file for this run

## test successful build from file
name: Test Dockerfile build
on: [push, pull_request]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout Files
uses: actions/checkout@v2
- name: Build image
run: docker build .