Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKK authored Jan 14, 2025
1 parent 92bd5e7 commit 4cbea7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Build Docker image
run: |
cp build/libs/greenNare-0.0.1-SNAPSHOT.jar ./app.jar
docker build -t us-central1-docker.pkg.dev/greennare-438213/cloud-run-source-deploy/greennare-image:latest .
docker build -t us-central1-docker.pkg.dev/greennare-447810/greennare-image-registry/greennare-image:latest .
- name: Push Docker image to GCP
- name: Push Docker image to GCP Artifact Registry
run: |
docker push us-central1-docker.pkg.dev/greennare-438213/cloud-run-source-deploy/greennare-image
docker push us-central1-docker.pkg.dev/greennare-438213/greennare-image-registry/greennare-image
# docker-push:
Expand Down

0 comments on commit 4cbea7e

Please sign in to comment.