diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ccba52d..ecb7dba 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout before build - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag cook:$(date +%s) + - name: Checkout before build + uses: actions/checkout@v3 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag cook:$(date +%s)