Skip to content

Commit

Permalink
(PXP-10682) chore: add github workflow for image build and push (#192)
Browse files Browse the repository at this point in the history
* (PXP-10682) chore: add github workflow for image build and push

* Update poetry install
  • Loading branch information
george42-ctds authored Feb 14, 2023
1 parent b4cb99d commit ebe6b3b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build Image and Push to Quay

on: push

jobs:
ci:
name: Build Image and Push to Quay
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}

0 comments on commit ebe6b3b

Please sign in to comment.