fix(ci): trigger push tagged images workflow based on condition
All checks were successful
Build / build-amd64 (push) Successful in 28s
Lint Markdown files / markdown-lint (push) Successful in 3s
Build / build-arm64 (push) Successful in 1m5s

This commit is contained in:
2025-11-12 21:29:09 +01:00
parent 2b4be2c079
commit 60e387d423

View File

@@ -53,6 +53,7 @@ jobs:
git push origin "${defined_tag}"
- name: Trigger "Push tagged images" workflow
if: steps.check_change.outputs.changed == 'true'
uses: actions/github-script@v8.0.0
with:
script: |