This commit is contained in:
2025-08-19 17:14:11 +02:00
parent 597df8e6f6
commit 6f396d96a1

View File

@@ -1,14 +1,15 @@
name: Build and push OCI image
on:
workflow_dispatch:
push:
tags:
- "**"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VERSION: ${{ github.ref_name }}
REGISTRY: repo.katenary.io
IMAGE_NAME: ${{ gitea.repository }}
VERSION: ${{ gitea.ref_name }}
STORAGE_DRIVER: vfs
jobs: