Skip to content

Update README.md

Update README.md #21

Workflow file for this run

---
name: Tim-E-scape CI
on:
push:
branches: ['main', 'developement']
pull_request:
branches: ['main', 'developement']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag tim-e-scape:"$(date +%s)"