Skip to content

Commit

Permalink
single image
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Dec 13, 2024
1 parent 5937738 commit 2bb0b1e
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,13 @@ jobs:
test-script: 'tests/ci_commands_script.sh'
run-coveralls: true

BuildImageAndPush:
ci:
name: Build Image and Push
needs: Security
# https://github.com/uc-cdis/.github/blob/master/.github/workflows/image_build_push.yaml
# TODO Uncomment after PXP-9212
# needs: Security
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 }}

# 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 }}
with:
OVERRIDE_TAG_NAME: "mcrypt_$(echo ${GITHUB_REF#refs/*/} | tr / _)"
DOCKERFILE_LOCATION: "./DockerfileMcrypt"

0 comments on commit 2bb0b1e

Please sign in to comment.