Skip to content

build

build #6

Workflow file for this run

name: build
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: docker build
run : |
docker build -t crawl:latest .
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3