Skip to content

CD - Build and push Docker images #13

CD - Build and push Docker images

CD - Build and push Docker images #13

Workflow file for this run

name: CD - Build and push Docker images
on: [workflow_dispatch]
jobs:
directory-matrix:
strategy:
fail-fast: false
matrix:
directory: [backend, frontend]
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker_common.yml
with:
directory: ${{ matrix.directory }}
secrets: inherit