Skip to content

Commit

Permalink
update ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Nov 2, 2023
1 parent 4afa519 commit 64f1abe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
version: 1.0-ip
project_id: ${{ secrets.GOOGLE_PROJECT }}
run: |
gcloud auth configure-docker --quiet
git clone https://github.com/belajarqywok/fastapi-tensorflow-jaeger
cd fastapi-tensorflow-jaeger
ls -al
docker build --tag ml_service:$version \
--file deployment/development.dockerfile .
Expand Down

0 comments on commit 64f1abe

Please sign in to comment.