Merge pull request #59 from dfds/feature/add-1password-cli #8
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: Multi architecture docker build | |
on: | |
push: | |
branches: [ "master", "main" ] | |
paths: | |
- "Dockerfile" | |
- "src/**" | |
workflow_dispatch: | |
jobs: | |
shared: | |
uses: dfds/shared-workflows/.github/workflows/automation-multi-build.yml@master | |
secrets: inherit | |
with: | |
image-repo: dfdsdk/prime-pipeline | |
os-archs: "linux/amd64,linux/arm64" | |
test-script-path: test-image.sh | |
test-script-cmd: "bash test-image.sh" | |
docker-readme-path: "./README.md" | |
slack-notification: true |