Skip to content

Commit

Permalink
fix(ci): stop scheduled docker container builds
Browse files Browse the repository at this point in the history
- 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 <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Jan 6, 2025
1 parent 3d6789e commit 5db53cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ on:
- 'docker/**'
- 'tests/**'
release:
schedule:
# First day of the month at midnight
- cron: '0 0 1 * 0'
workflow_dispatch:

env:
Expand Down

0 comments on commit 5db53cd

Please sign in to comment.