Skip to content

Merge branch 'stable' of https://github.com/uc-cdis/gen3-fuse into st… #27

Merge branch 'stable' of https://github.com/uc-cdis/gen3-fuse into st…

Merge branch 'stable' of https://github.com/uc-cdis/gen3-fuse into st… #27

name: Build Image and Push
on: push
jobs:
image_build_push:
name: Build Image and Push
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./sidecarDockerfile"
DOCKERFILE_BUILD_CONTEXT: "./"
OVERRIDE_REPO_NAME: "gen3fuse-sidecar"
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 }}