Skip to content

Update README.md

Update README.md #21

Workflow file for this run

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)