Skip to content

fix github action

fix github action #4

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git clone --depth=1 https://github.com/azizghuloum/context-free.git
- run: (cd context-free && docker build . -t contextfree -f Wasm.Dockerfile)
- name: Build the Docker image
run: docker build . --file Dockerfile --tag $GITHUB_REPOSITORY:$(date +%s)