3 Commits

Author SHA1 Message Date
ee2a53a447 Change events 2025-08-19 17:15:14 +02:00
ed48f94bfc Add events 2025-08-19 17:14:33 +02:00
6f396d96a1 set repo 2025-08-19 17:14:11 +02:00
2 changed files with 11 additions and 4 deletions

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:

View File

@@ -1,9 +1,15 @@
name: Go-Tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
push:
branches:
- "**"
- "master"
- "main"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}