fix: update Docker image CI workflow to use correct script path
Some checks are pending
Docker Image CI / build (push) Waiting to run

This commit is contained in:
patilk 2024-11-14 03:40:57 +01:00
parent f481879863
commit cf45719d66
Signed by: s500042
GPG Key ID: 1921AD722E7392EE

View File

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