Skip to content

Commit 8399ab1

Browse files
authored
feat: github actions for image build
1 parent 891ea67 commit 8399ab1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build Image and Push to Quay
2+
3+
on: push
4+
5+
jobs:
6+
ci:
7+
name: Build Image and Push to Quay
8+
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
9+
with:
10+
OVERRIDE_REPO_NAME: "ohif-viewer"
11+
secrets:
12+
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
13+
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
14+
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
15+
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}

0 commit comments

Comments
 (0)