Skip to content

Merge pull request #62 from TomHAnderson/feature/8.4 #3

Merge pull request #62 from TomHAnderson/feature/8.4

Merge pull request #62 from TomHAnderson/feature/8.4 #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "4.0.x" ]
pull_request:
branches: [ "4.0.x" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)