Skip to content

updated the readme

updated the readme #18

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)"