7 Commits

Author SHA1 Message Date
argoyle 368618177b test: use fix-workflow-gitea-compat branch from shared-workflows 2026-01-09 05:35:22 +01:00
argoyle 2703ac0d5f feat: migrate to Gitea Actions with shared release workflow
Release / release (push) Failing after 30s
2026-01-08 21:34:55 +01:00
argoyle 65c242d512 ci: change to AWS CodeBuild runner 2026-01-08 21:34:40 +01:00
argoyle 0ff78d70db Merge branch 'renovate/alpine-3.x' into 'main'
chore(deps): update alpine docker tag to v3.23.2

See merge request unboundsoftware/release-test!30
2025-12-18 07:11:45 +01:00
Renovate 111aafb1aa chore(deps): update alpine docker tag to v3.23.2 2025-12-18 00:56:19 +00:00
argoyle aaebd58c69 Merge branch 'renovate/alpine-3.x' into 'main'
chore(deps): update alpine docker tag to v3.23.0

See merge request unboundsoftware/release-test!29
2025-12-04 08:33:56 +01:00
Renovate 0c560d1416 chore(deps): update alpine docker tag to v3.23.0 2025-12-03 20:56:41 +00:00
2 changed files with 9 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@fix-workflow-gitea-compat
-15
View File
@@ -1,15 +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
stages:
- build
build:
stage: build
image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90
script:
- env | sort