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 name: Build and push OCI image
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "**" - "**"
env: env:
REGISTRY: ghcr.io REGISTRY: repo.katenary.io
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ gitea.repository }}
VERSION: ${{ github.ref_name }} VERSION: ${{ gitea.ref_name }}
STORAGE_DRIVER: vfs STORAGE_DRIVER: vfs
jobs: jobs: