Skip to content

feat(remote): add Cloudflare archive mode #44

feat(remote): add Cloudflare archive mode

feat(remote): add Cloudflare archive mode #44

Workflow file for this run

name: docker
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Build image
run: docker build --pull -t discrawl:ci .
- name: Smoke test image
run: |
set -euo pipefail
docker run --rm discrawl:ci --version
docker run --rm discrawl:ci --help
docker run --rm --entrypoint git discrawl:ci --version