fix(ci): add workflow to release latest tags
Build / build-amd64 (push) Successful in 1m2s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m47s
Release latest / push-amd64 (push) Successful in 1m8s
Release latest / push-arm64 (push) Successful in 2m1s
Release latest / push-manifest (push) Successful in 6s
Release latest / sync-to-hub-docker-io (push) Successful in 48s

This commit is contained in:
2026-06-05 11:54:15 +02:00
parent 6a7835a960
commit 93bec825c5
3 changed files with 95 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: Auto release
name: Auto release tagged
on:
push:
@@ -58,7 +58,7 @@ jobs:
uses: actions/github-script@v9.0.0
with:
script: |
const workflowFileName = 'release.yaml';
const workflowFileName = 'release-tagged.yaml';
const defaultBranch = context.payload.repository.default_branch;
const definedTag = '${{ steps.create_tag.outputs.defined_tag }}';