Update docker-image.yml with two steps

This commit is contained in:
henryclw
2022-04-26 19:36:03 -07:00
parent c9b4d1e90b
commit 19ef5fe37d

View File

@@ -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)