Skip to content

feat: use arm runner branch for testing #737

feat: use arm runner branch for testing

feat: use arm runner branch for testing #737

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@feat_arm

Check failure on line 8 in .github/workflows/image_push_build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/image_push_build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/image_push_build.yaml" -> "uc-cdis/.github/.github/workflows/image_build_push.yaml@feat_arm" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
BUILD_PLATFORMS: "linux/arm64, linux/amd64"
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 }}