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 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:

View File

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