Skip to content

Move counter to footer 👀 #355

Move counter to footer 👀

Move counter to footer 👀 #355

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