mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
test docker
This commit is contained in:
parent
934f619d99
commit
ffa8816492
2 changed files with 3 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -12,6 +12,8 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- "docker/*/Dockerfile"
|
||||
env:
|
||||
matrix: ""
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue