Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/machine learning/cicd #119

Merged
merged 5 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/deploy-to-gcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
--build-arg ML_ADDR="${{ secrets.ML_ADDR }}" \
--build-arg INSIDE_OF_CREDENTIALS="${{ secrets.INSIDE_OF_CREDENTIALS }}"

- name: Configure Docker to use the gcloud command-line tool as a credential helper for the us region
run: gcloud auth configure-docker --quiet

lovelovetrb marked this conversation as resolved.
Show resolved Hide resolved
- name: Push Docker Image to Google Container Registry
run: |
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_DOCKER_IMAGE_NAME }}:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_cloudrun_machine_learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- develop
paths:
- "machine-learning/**"
- "machine_learning/**"

permissions:
contents: read
Expand Down
Loading