Skip to content

Dockerfile and Documentation Changes #72

Dockerfile and Documentation Changes

Dockerfile and Documentation Changes #72

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-image:
uses: ./.github/workflows/_build-image.yml
build:
needs: build-image
uses: ./.github/workflows/_build.yml
docs:
uses: ./.github/workflows/_docs.yml
release:
needs: build
uses: ./.github/workflows/_release.yml
conainer-release:
needs: build
uses: ./.github/workflows/_container-release.yml

Check failure on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 25, Col: 11): Error from called workflow PandABlocks/PandABlocks-rootfs/.github/workflows/_container-release.yml@5e62640b3855cccc153d5eeea8cf6cbc0858f1af (Line: 82, Col: 13): The identifier 'meta' may not be used more than once within the same scope. In .github/workflows/ci.yml (Line: 25, Col: 11): Error from called workflow PandABlocks/PandABlocks-rootfs/.github/workflows/_container-release.yml@5e62640b3855cccc153d5eeea8cf6cbc0858f1af (Line: 92, Col: 13): The identifier 'buildx' may not be used more than once within the same scope.