Format docker-image.yml

This commit is contained in:
henryclw
2022-04-26 19:32:06 -07:00
parent f636a27fd3
commit c9b4d1e90b

View File

@@ -2,17 +2,14 @@ name: Docker Image CI
on: on:
push: push:
branches: [ main ] branches: [main]
pull_request: pull_request:
branches: [ main ] branches: [main]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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)