Skip to content

Set options to error out if there's an error...for all dockerfiles #37

Set options to error out if there's an error...for all dockerfiles

Set options to error out if there's an error...for all dockerfiles #37

name: spark
on:
push:
branches:
- main
paths:
- dockerize_spark/**
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Default make rule
run: cd dockerize_spark && make