Format fix in docker-image.yml

https://github.com/henryclw/cook/runs/6186682354
This commit is contained in:
henryclw
2022-04-26 19:41:39 -07:00
parent 19ef5fe37d
commit ccb05c1c12

View File

@@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout before build - name: Checkout before build
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag cook:$(date +%s) run: docker build . --file Dockerfile --tag cook:$(date +%s)