Skip to content

chore: sync from crcl-main/nitro-enclave-signer #6

chore: sync from crcl-main/nitro-enclave-signer

chore: sync from crcl-main/nitro-enclave-signer #6

Workflow file for this run

name: Build Docker
on:
pull_request:
types: [labeled, synchronize]
branches:
- main
- release/*
push:
tags:
- "v*"
concurrency:
group: docker-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
enclave:
if: >-
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'build-docker')
uses: ./.github/workflows/nitro-enclave-build.yaml
docker:
needs: [enclave]
uses: ./.github/workflows/build-enclave-image.yaml
with:
push: ${{ github.event_name == 'push' }}

Check failure on line 28 in .github/workflows/build-docker.yaml

View workflow run for this annotation

GitHub Actions / Build Docker

Invalid workflow file

The workflow is not valid. .github/workflows/build-docker.yaml (Line: 28, Col: 13): Invalid input, push is not defined in the referenced workflow. .github/workflows/build-docker.yaml (Line: 29, Col: 16): Invalid input, version is not defined in the referenced workflow.
version: ${{ github.ref_name }}
enclave_artifact_name: ${{ needs.enclave.outputs.image_artifact_name }}
enclave_file: ${{ needs.enclave.outputs.output_file }}
enclave_pcr0: ${{ needs.enclave.outputs.pcr0 }}
enclave_pcr1: ${{ needs.enclave.outputs.pcr1 }}
enclave_pcr2: ${{ needs.enclave.outputs.pcr2 }}