Skip to content

Commit

Permalink
combine workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 27, 2024
1 parent a25c10e commit b6afe9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ on:
required: true

jobs:
build-push-image:
uses: ./.github/workflows/build_push_image.yml
secrets: inherit
with:
region: us-central1
dockerfile_path: ${{ inputs.dockerfile_path }}
docker_image_tag: ${{ inputs.docker_image_tag }}
gcp_artifact_registry_repository: deep-learning-images
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}
# build-push-image:
# uses: ./.github/workflows/build_push_image.yml
# secrets: inherit
# with:
# region: us-central1
# dockerfile_path: ${{ inputs.dockerfile_path }}
# docker_image_tag: ${{ inputs.docker_image_tag }}
# gcp_artifact_registry_repository: deep-learning-images
# GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}

model_test:
needs: build-push-image
Expand Down

0 comments on commit b6afe9f

Please sign in to comment.