Skip to content

Commit

Permalink
add use quay only is true
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed May 30, 2024
1 parent ada9910 commit 3f6eb37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: push

jobs:
ci:
name: Build Image and Push to Quay
name: Build Hadoop base image
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
OVERRIDE_REPO_NAME: hadoop-base
OVERRIDE_TAG_NAME: 3.3.0
DOCKERFILE_LOCATION: "./hadoop/base/Dockerfile"
USE_QUAY_ONLY: true
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 3f6eb37

Please sign in to comment.