diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2c254b7..25a739f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,17 +2,14 @@ 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@v3 - name: Build the Docker image - run: docker build . --file Dockerfile --tag cook:$(date +%s) + - run: docker build . --file Dockerfile --tag cook:$(date +%s)