change to vm runner
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 16s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 12s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 21s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 21s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 4s
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 16s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 12s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Failing after 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 21s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 21s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 4s
This commit is contained in:
@@ -21,7 +21,7 @@ env:
|
||||
|
||||
jobs:
|
||||
check-for-changes:
|
||||
runs-on: doc-docker-build2
|
||||
runs-on: vm-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-build2
|
||||
runs-on: vm-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-build2
|
||||
runs-on: vm-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-build2
|
||||
runs-on: vm-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-build2
|
||||
runs-on: vm-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-build2
|
||||
runs-on: vm-docker-build2
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user