From f5e52321b86686a6c297daa8f6a26a65f5387df1 Mon Sep 17 00:00:00 2001 From: Husky <39809509+Huskydog9988@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:20:37 -0400 Subject: [PATCH] nightly builds and fix drop repo --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0e99b1..781c718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: Release Workflow on: release: types: [published] + # This can be used to automatically publish nightlies at UTC nighttime + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC jobs: web: @@ -36,7 +39,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - ghcr.io/huskydog9988/docker-db-backup + ghcr.io/drop-OSS/drop tags: | type=schedule,pattern=nightly type=semver,pattern=v{{version}}