Add docker workflow

This commit is contained in:
illegitimate-egg 2025-08-08 16:44:38 +01:00 committed by GitHub
parent 15dd1feab3
commit f5093314a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag duke-bot:$(date +%s)