set repo
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user