feat: migrate to Gitea Actions with shared release workflow
Release / release (push) Failing after 30s

This commit is contained in:
2026-01-08 20:57:11 +01:00
parent 65c242d512
commit 2703ac0d5f
2 changed files with 9 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
-19
View File
@@ -1,19 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
default:
tags:
- codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME
stages:
- build
build:
stage: build
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
script:
- env | sort