This repository was archived by the owner on May 28, 2026. It is now read-only.
Merge pull request #49 from yijunge-ucb/DH-654 #38
This file contains hidden or 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: Call Shared Build, Push and Create PR Workflow | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - 'README.md' | |
| - 'CONTRIBUTING.md' | |
| - 'LICENSE' | |
| - '.github/**' | |
| - 'images/**' | |
| jobs: | |
| call-shared-build-push-create-pr: | |
| uses: berkeley-dsep-infra/update-deployment/.github/workflows/shared-build-push-create-pr.yaml@main | |
| with: | |
| image: ${{ vars.IMAGE}} | |
| hub: ${{ vars.HUB }} | |
| app_id: ${{ vars.APP_ID }} | |
| image_builder_bot_name: ${{ vars.IMAGE_BUILDER_BOT_NAME }} | |
| image_builder_bot_email: ${{ vars.IMAGE_BUILDER_BOT_EMAIL }} | |
| secrets: | |
| GAR_SECRET_KEY: ${{ secrets.GAR_SECRET_KEY }} | |
| PRIVATE_KEY_SECRET: ${{ secrets.PRIVATE_KEY_SECRET }} |