From 19ef5fe37d704cc7e9ab86755c2d1a9683218875 Mon Sep 17 00:00:00 2001 From: henryclw <97804910+henryclw@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:36:03 -0700 Subject: [PATCH] Update docker-image.yml with two steps --- .github/workflows/docker-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 25a739f..ccba52d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,6 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout before build + 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)