Merge branch 'dev' into main

This commit is contained in:
qiaofeng1227 2024-12-31 10:20:26 +08:00
commit e4eda2a164
2 changed files with 1 additions and 2 deletions

View File

@ -119,7 +119,6 @@ jobs:
repository: websoft9/docker-library
event-type: custom_event
token: ${{secrets.MYGITHUB_ADMIN_TOKEN}}
client-payload: '{"branch": "${{ github.ref }}"}'
if: env.APP == 'apphub'
# release media step1

View File

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