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
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:
@@ -21,7 +21,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-for-changes:
|
check-for-changes:
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
outputs:
|
outputs:
|
||||||
should_build_alpine: ${{ steps.check.outputs.should_build_alpine }}
|
should_build_alpine: ${{ steps.check.outputs.should_build_alpine }}
|
||||||
should_build_debian: ${{ steps.check.outputs.should_build_debian }}
|
should_build_debian: ${{ steps.check.outputs.should_build_debian }}
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
build-alpine:
|
build-alpine:
|
||||||
needs: check-for-changes
|
needs: check-for-changes
|
||||||
if: needs.check-for-changes.outputs.should_build_alpine == 'true'
|
if: needs.check-for-changes.outputs.should_build_alpine == 'true'
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
outputs:
|
outputs:
|
||||||
built: 'true'
|
built: 'true'
|
||||||
steps:
|
steps:
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
build-debian:
|
build-debian:
|
||||||
needs: check-for-changes
|
needs: check-for-changes
|
||||||
if: needs.check-for-changes.outputs.should_build_debian == 'true'
|
if: needs.check-for-changes.outputs.should_build_debian == 'true'
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
outputs:
|
outputs:
|
||||||
built: 'true'
|
built: 'true'
|
||||||
steps:
|
steps:
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
build-basic:
|
build-basic:
|
||||||
needs: check-for-changes
|
needs: check-for-changes
|
||||||
if: needs.check-for-changes.outputs.should_build_basic == 'true'
|
if: needs.check-for-changes.outputs.should_build_basic == 'true'
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
outputs:
|
outputs:
|
||||||
built: 'true'
|
built: 'true'
|
||||||
steps:
|
steps:
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
needs.check-for-changes.outputs.should_build_alpine == 'true' ||
|
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_debian == 'true' ||
|
||||||
needs.check-for-changes.outputs.should_build_basic == 'true'
|
needs.check-for-changes.outputs.should_build_basic == 'true'
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -230,7 +230,7 @@ jobs:
|
|||||||
needs.build-alpine.outputs.built == 'true' ||
|
needs.build-alpine.outputs.built == 'true' ||
|
||||||
needs.build-debian.outputs.built == 'true' ||
|
needs.build-debian.outputs.built == 'true' ||
|
||||||
needs.build-basic.outputs.built == 'true'
|
needs.build-basic.outputs.built == 'true'
|
||||||
runs-on: doc-docker-build
|
runs-on: doc-docker-build2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user