Update Docker registry image in release workflow

This commit is contained in:
BillyOutlast
2026-02-24 14:33:55 -05:00
committed by GitHub
parent dbe34684d8
commit e4d3ac3e8f
+2 -2
View File
@@ -9,7 +9,7 @@ on:
- cron: "0 2 * * *" # run at 2 AM UTC
env:
REGISTRY_IMAGE: ghcr.io/drop-oss/drop
REGISTRY_IMAGE: ghcr.io/billyoutlast/drop
jobs:
build:
@@ -134,7 +134,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/drop-OSS/drop
ghcr.io/billyoutlast/drop
tags: |
type=schedule,pattern=nightly
type=schedule,pattern=nightly.${{ steps.get_final_ver.outputs.today }}