From ccb05c1c12db9c7f339bead18ee9955c9f35b61a Mon Sep 17 00:00:00 2001 From: henryclw <97804910+henryclw@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:41:39 -0700 Subject: [PATCH] Format fix in docker-image.yml https://github.com/henryclw/cook/runs/6186682354 --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)