test
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 13s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Has been skipped
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Failing after 4s

This commit is contained in:
2025-07-12 05:24:07 -07:00
parent 7d5042815a
commit 006c4819ec

View File

@@ -21,7 +21,7 @@ env:
jobs:
check-for-changes:
runs-on: doc-docker-build
runs-on: doc-docker-build2
outputs:
should_build_alpine: ${{ steps.check.outputs.should_build_alpine }}
should_build_debian: ${{ steps.check.outputs.should_build_debian }}
@@ -93,7 +93,7 @@ jobs:
build-alpine:
needs: check-for-changes
if: needs.check-for-changes.outputs.should_build_alpine == 'true'
runs-on: doc-docker-build
runs-on: doc-docker-build2
outputs:
built: 'true'
steps:
@@ -115,7 +115,7 @@ jobs:
build-debian:
needs: check-for-changes
if: needs.check-for-changes.outputs.should_build_debian == 'true'
runs-on: doc-docker-build
runs-on: doc-docker-build2
outputs:
built: 'true'
steps:
@@ -137,7 +137,7 @@ jobs:
build-basic:
needs: check-for-changes
if: needs.check-for-changes.outputs.should_build_basic == 'true'
runs-on: doc-docker-build
runs-on: doc-docker-build2
outputs:
built: 'true'
steps:
@@ -162,7 +162,7 @@ jobs:
needs.check-for-changes.outputs.should_build_alpine == 'true' ||
needs.check-for-changes.outputs.should_build_debian == 'true' ||
needs.check-for-changes.outputs.should_build_basic == 'true'
runs-on: doc-docker-build
runs-on: doc-docker-build2
steps:
- name: Checkout source
uses: actions/checkout@v3
@@ -230,7 +230,7 @@ jobs:
needs.build-alpine.outputs.built == 'true' ||
needs.build-debian.outputs.built == 'true' ||
needs.build-basic.outputs.built == 'true'
runs-on: doc-docker-build
runs-on: doc-docker-build2
steps:
- name: Checkout source
uses: actions/checkout@v3