Skip to content

Commit

Permalink
Image build
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Nov 15, 2024
1 parent e0a794a commit 456dd33
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}

# I did not test that this works
BuildMcryptImageAndPush:
name: Build Image and Push
needs: Security
# https://github.com/uc-cdis/.github/blob/master/.github/workflows/image_build_push.yaml
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 }}
# we can either use the repo name or
# OVERRIDE_REPO_NAME: fenceMcrypt
OVERRIDE_TAG_NAME: "mcrypt_$(echo ${GITHUB_REF#refs/*/} | tr / _)"
DOCKERFILE_LOCATION: "./DockerfileMcrypt"
# BuildMcryptImageAndPush:
# name: Build Image and Push
# needs: Security
# # https://github.com/uc-cdis/.github/blob/master/.github/workflows/image_build_push.yaml
# 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 }}
# # we can either use the repo name or
# # OVERRIDE_REPO_NAME: fenceMcrypt
# OVERRIDE_TAG_NAME: "mcrypt_$(echo ${GITHUB_REF#refs/*/} | tr / _)"
# DOCKERFILE_LOCATION: "./DockerfileMcrypt"

0 comments on commit 456dd33

Please sign in to comment.