Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Handle saving and compiling the uploaded user code. #12

Handle saving and compiling the uploaded user code.

Handle saving and compiling the uploaded user code. #12

Workflow file for this run

name: Docker Image CI (maybe ?)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Containerfile --tag lazer-tank-bison:$(date +%s)