webscraper/.github/workflows/docker-image.yml
paprykdev cf45719d66
Some checks are pending
Docker Image CI / build (push) Waiting to run
fix: update Docker image CI workflow to use correct script path
2024-11-14 03:40:57 +01:00

17 lines
261 B
YAML

name: Docker Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: python3 scripts/start.py