Skip to content

Commit

Permalink
gcr workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadTahaNaveed committed May 5, 2024
1 parent dc040cb commit 9a97d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Nginx
name: Deploy Docker image to GCR

on:
push:
Expand Down Expand Up @@ -27,5 +27,5 @@ jobs:
run: |
gcloud auth configure-docker \
us-central1-docker.pkg.dev
docker build -t us-central1-docker.pkg.dev/$GOOGLE_PROJECT_ID/age-demo/age:latest ./docker
docker build -t us-central1-docker.pkg.dev/$GOOGLE_PROJECT_ID/age-demo/age:latest .
docker push us-central1-docker.pkg.dev/$GOOGLE_PROJECT_ID/age-demo/age:latest

0 comments on commit 9a97d4d

Please sign in to comment.