Skip to content

Hugo 0.135 added a date format validator which does not like toLocaleString() output #162

Hugo 0.135 added a date format validator which does not like toLocaleString() output

Hugo 0.135 added a date format validator which does not like toLocaleString() output #162

Workflow file for this run

name: Docker build
on:
push:
branches: [ "master" , "production" ]
pull_request:
branches: [ "master" , "production" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build --tag build-website -f Dockerfile .