Skip to content

Commit

Permalink
Comment out frontend/ml docker pushes until dockerfiles finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Nov 7, 2023
1 parent c1182e3 commit 8c5da5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
docker build -t us-central1-docker.pkg.dev/automateml/backend-docker-image/backend:latest ./backend
docker push us-central1-docker.pkg.dev/automateml/backend-docker-image/backend:latest
- name: Build and Push Frontend Docker Image
env:
GOOGLE_PROJECT: ${{ secrets.PROJECT_ID }}
run: |
gcloud auth configure-docker us-central1-docker.pkg.dev
docker build -t us-central1-docker.pkg.dev/automateml/frontend-docker-image/frontend:latest ./frontend
docker push us-central1-docker.pkg.dev/automateml/frontend-docker-image/frontend:latest
# - name: Build and Push Frontend Docker Image
# env:
# GOOGLE_PROJECT: ${{ secrets.PROJECT_ID }}
# run: |
# gcloud auth configure-docker us-central1-docker.pkg.dev
# docker build -t us-central1-docker.pkg.dev/automateml/frontend-docker-image/frontend:latest ./frontend
# docker push us-central1-docker.pkg.dev/automateml/frontend-docker-image/frontend:latest

# - name: Build and Push ML Docker Image
# env:
Expand Down

0 comments on commit 8c5da5b

Please sign in to comment.