Skip to content

Release two versions of container: dev and CI #73

Release two versions of container: dev and CI

Release two versions of container: dev and CI #73

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@29e1f197b03a80d8be22056dcc0468af69f815bd (Line: 82, Col: 13): The identifier 'meta' may not be used more than once within the same scope.