try this #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image Build | ||
on: | ||
workflow_dispatch: {} | ||
push: | ||
paths-ignore: | ||
- '.infra/**' | ||
- '.github/**' | ||
branches-ignore: | ||
- main | ||
jobs: | ||
argus_builder: | ||
permissions: | ||
id-token: write | ||
contents: read | ||
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@heathj/docker-build-runson | ||
with: | ||
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }} | ||
Check failure on line 19 in .github/workflows/docker-build.yaml GitHub Actions / Docker Image BuildInvalid workflow file
|
||
pk: ${{ secrets.CZI_GITHUB_HELPER_PK }} | ||
env: rdev | ||
images: | | ||
[ | ||
{ | ||
"name": "backend", | ||
"context": ".", | ||
"dockerfile": "Dockerfile", | ||
"platform": "linux/arm64" | ||
} | ||
] |