test docker

This commit is contained in:
Darren 2023-12-11 08:19:25 +08:00 committed by GitHub
parent 934f619d99
commit ffa8816492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ on:
branches: [main]
paths:
- "docker/*/Dockerfile"
env:
matrix: ""
jobs:
setup:

View file

@ -1,7 +1,7 @@
# This file can running at actions
# modify time: 202312110809, you can modify here to trigger Docker Build action
# modify time: 202312110819, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye