changelog
All checks were successful
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 8s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 10s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 10s
Build and Push Teamspeak Images on Base Image Update / update-base-digest-cache (push) Successful in 7s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 8s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Successful in 7s

This commit is contained in:
2026-01-11 06:57:56 -08:00
parent b32bb55cdf
commit 653e894bb9

View File

@@ -351,9 +351,9 @@ jobs:
- check-for-changes - check-for-changes
- generate-build-info - generate-build-info
if: | if: |
needs.build-alpine.outputs.built == 'true' || needs.check-for-changes.outputs.should_build_alpine == 'true' ||
needs.build-debian.outputs.built == 'true' || needs.check-for-changes.outputs.should_build_debian == 'true' ||
needs.build-basic.outputs.built == 'true' needs.check-for-changes.outputs.should_build_basic == 'true'
runs-on: vm-docker-build2 runs-on: vm-docker-build2
steps: steps:
- name: Checkout source - name: Checkout source
@@ -434,6 +434,3 @@ jobs:
else else
echo "[INFO] No changelog changes to commit." echo "[INFO] No changelog changes to commit."
fi fi
############################################