diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b4573b5..1133203 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 + - uses: actions/checkout@v4 + - name: Build the Docker image + run: python3 scripts/start.py