Skip to content

Commit

Permalink
Fix path in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shub-kris committed Feb 20, 2024
1 parent dcd2f2b commit 89be563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: 'write'
with:
region: us-central1
dockerfile_path: ./containers/pytorch/2.1/transformers/4.37.2/py310/Dockerfile
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:
Expand Down

0 comments on commit 89be563

Please sign in to comment.