Skip to content

Update docker-build-prod.yaml #221

Update docker-build-prod.yaml

Update docker-build-prod.yaml #221

name: Docker Image Build - Prod
on:
workflow_dispatch: {}
push:
jobs:
argus_builder:
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@v4.2.0
secrets: inherit
with:
envs: prod
branches_include: release-please--branches--main
path_filters: '!.infra/**'
force_update_manifests: true
images: |
{
"backend": {
"context": "./backend/",
"dockerfile": "./backend/Dockerfile",
"platform": "linux/amd64"
}
}