remove main branch, add test branch #1
Workflow file for this run
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: Build and Push | ||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
| - chore/build-and-push-gha # temporary branch for testing | ||
| jobs: | ||
| build-and-push: | ||
|
Check failure on line 10 in .github/workflows/build-and-push.yaml
|
||
| secrets: inherit | ||
| permissions: | ||
| contents: read | ||
| id-token: write | ||
| uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main | ||
| with: | ||
| image_name: phabricator | ||
| gar_name: phabricator-prod | ||
| project_id: moz-fx-phabricator-prod | ||
| prebuild_script: true | ||
| image_tag_metadata: ${{ github.sha }} | ||