Skip to content

Merge pull request #186 from craigcomstock/ENT-12361 #163

Merge pull request #186 from craigcomstock/ENT-12361

Merge pull request #186 from craigcomstock/ENT-12361 #163

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 .