test build

This commit is contained in:
Darren 2023-12-15 10:55:56 +08:00 committed by GitHub
parent f03e1c531b
commit 8801517186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ jobs:
with: with:
repository: websoft9/docker-library repository: websoft9/docker-library
event-type: custom_event event-type: custom_event
token: ${{github.token}}
- id: set-matrix - id: set-matrix
run: | run: |

View File

@ -1,6 +1,6 @@
# This file can running at actions # This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release # MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202312151050, you can modify here to trigger Docker Build action # modify time: 202312151055, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye FROM python:3.10-slim-bullseye