Skip to content

Change the runner

Change the runner #9

name: Test Build and Push Image Reusable Workflow
on:
push:
branches:
- feature/build-push-image-workflow
workflow_dispatch:
jobs:
test-reusable-workflow:
uses: ./.github/workflows/build-push-image.yml

Check failure on line 10 in .github/workflows/test-build-push-image.yml

View workflow run for this annotation

GitHub Actions / Test Build and Push Image Reusable Workflow

Invalid workflow file

error parsing called workflow ".github/workflows/test-build-push-image.yml" -> "./.github/workflows/build-push-image.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
region: us-central1
dockerfile_path: ./containers/pytorch/training/gpu/2.1/transformers/4.37.2/py310/Dockerfile
docker_image_tag: huggingface-pytorch-transformers-4.37.2-py310:latest
gcp_artifact_registry_repository: deep-learning-images
secrets:
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
GCP_SERVICE_ACCOUNT_JSON_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_KEY }}