mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
test build
This commit is contained in:
parent
8801517186
commit
dc4aa501e0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue