Skip to content

Update: Do What You Love moved .io -> .com ⚡ #354

Update: Do What You Love moved .io -> .com ⚡

Update: Do What You Love moved .io -> .com ⚡ #354

Workflow file for this run

name: Docker Image CI
on:
pull_request:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
- name: Hadolint Action
uses: brpaz/hadolint-action@v1.2.1
with:
dockerfile: Dockerfile