More CICD fixes again again again again again again again again again
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m39s
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m39s
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
This commit is contained in:
@@ -281,18 +281,12 @@ jobs:
|
||||
echo "❌ Published base image could not be pulled after 6 attempts: ${BASE_REF_HASH}"
|
||||
exit 1
|
||||
|
||||
dispatch-main-build:
|
||||
name: Dispatch CICD Main Build
|
||||
runs-on: ubuntu-latest
|
||||
needs: publish-base
|
||||
if: needs.publish-base.result == 'success'
|
||||
steps:
|
||||
- name: Dispatch main build workflow
|
||||
env:
|
||||
ACTIONS_TRIGGER_TOKEN: ${{ secrets.ACTIONS_TRIGGER_TOKEN }}
|
||||
PACKAGE_ACCESS_TOKEN: ${{ secrets.PACKAGE_ACCESS_TOKEN }}
|
||||
HEAD_SHA: ${{ needs.publish-base.outputs.head_sha }}
|
||||
BASE_HASH: ${{ needs.publish-base.outputs.base_hash }}
|
||||
HEAD_SHA: ${{ steps.meta.outputs.head_sha }}
|
||||
BASE_HASH: ${{ steps.base-state.outputs.base_hash }}
|
||||
REPO_FULL: ${{ github.repository }}
|
||||
HEAD_REF: ${{ github.head_ref }}
|
||||
REF_NAME: ${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user