Skip to content

CD - Build and push Docker images #10

CD - Build and push Docker images

CD - Build and push Docker images #10

Workflow file for this run

name: CD - Build and push Docker images
on: [workflow_dispatch]
jobs:
directory-matrix:

Check failure on line 6 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / CD - Build and push Docker images

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 6, Col: 3): Error calling workflow 'BenJeau/indicator-aggregator/.github/workflows/docker_common.yml@9bee947a0a9eb6b3e16826c43ebe225ce470b5ec'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'.
strategy:
fail-fast: false
matrix:
directory: [backend, frontend]
uses: ./.github/workflows/docker_common.yml
with:
directory: ${{ matrix.directory }}
secrets: inherit