mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-07-01 09:24:46 -04:00
Update Docker registry image in release workflow
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user