From 196aa685a9e29eecef3a928a2c3d1d328db86613 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 30 Dec 2024 14:52:53 +0800 Subject: [PATCH 1/3] test dev library and media --- docker/apphub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 7b11bbd8..b3fbdadd 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -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: 202412301452, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye From 35a8cb008d6ce797f5def4886129eddf1c12f83c Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 30 Dec 2024 15:18:51 +0800 Subject: [PATCH 2/3] apphub-dev --- docker/apphub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index b3fbdadd..d8a5df9e 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,6 +1,6 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202412301452, 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 From e6787fcb0bdfb5165457c32ffb1e8190cd2e71fd Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 31 Dec 2024 10:18:46 +0800 Subject: [PATCH 3/3] action edit --- .github/workflows/docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e1f631ff..65514021 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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