ci: add docker image build

This commit is contained in:
Patrick Canal
2026-09-14 19:05:54 +02:00
committed by GitHub
parent 874764c3e3
commit e48e524c0a
+16
View File
@@ -0,0 +1,16 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag patrickcanal.it:$(date +%s)