test build

This commit is contained in:
Darren 2023-12-15 11:03:09 +08:00 committed by GitHub
parent 8801517186
commit dc4aa501e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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