Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 15, 2023
1 parent 8801517 commit dc4aa50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc4aa50

Please sign in to comment.