Handle exit code for segfault #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Runner | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build Git Runner | |
run: docker build ./docker/git/ --tag w2wizard/git:$(date +%s) | |
# - name: Build Single Runner | |
# run: docker build ./docker/single/ --tag w2wizard/code:$(date +%s) |