Skip to content

chore: Updated [prod] values.yaml image tags to sha-1c09a4a #217

chore: Updated [prod] values.yaml image tags to sha-1c09a4a

chore: Updated [prod] values.yaml image tags to sha-1c09a4a #217

name: Docker Image Build - Prod
on:
workflow_dispatch: {}
push:
jobs:
argus_builder:
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@v4.1.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"
}
}