Skip to content

Commit f79a2c7

Browse files
committed
chore(ci): Add build and push Github Action.
1 parent 0c73184 commit f79a2c7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build and Push
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- main
8+
9+
jobs:
10+
build-and-push:
11+
secrets: inherit
12+
permissions:
13+
contents: read
14+
id-token: write
15+
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
16+
with:
17+
image_name: phabricator
18+
gar_name: phabricator-prod
19+
project_id: moz-fx-phabricator-prod
20+
prebuild_script: true
21+
image_tag_metadata: ${{ github.sha }}

0 commit comments

Comments
 (0)