From 5db53cde282bb93465449456c54ee089cfd55bba Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 6 Jan 2025 18:59:30 +0100 Subject: [PATCH] fix(ci): stop scheduled docker container builds - I think that the scheduled runs might be messing up the containers in the GitHub registry - we have a problem that multiple containers are not possible to download, error says "manifest unknown" - this might be the cause, but not sure yet - it should be fine to build the containers only once and never touch them even again Signed-off-by: AtomicFS --- .github/workflows/docker-build-and-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-build-and-test.yml b/.github/workflows/docker-build-and-test.yml index 660c8617..4261d1a0 100644 --- a/.github/workflows/docker-build-and-test.yml +++ b/.github/workflows/docker-build-and-test.yml @@ -17,9 +17,6 @@ on: - 'docker/**' - 'tests/**' release: - schedule: - # First day of the month at midnight - - cron: '0 0 1 * 0' workflow_dispatch: env: