Skip to content

Commit

Permalink
Update gcloud authentication mechanism to google-github-actions/auth@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzAve committed Jan 9, 2025
1 parent 94692d5 commit d7a0358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache: "npm"

- name: Build and Deploy
run: ./mvnw -B compile -P frontend jib:build -Djib.to.image=eu.gcr.io/flock-eco-workday -Djib.to.tags=${{ github.sha }} --file pom.xml
run: ./mvnw -B compile -P frontend jib:build -Djib.to.image=eu.gcr.io/flock-community/flock-eco-workday -Djib.to.tags=${{ github.sha }} --file pom.xml

- name: Build and Deploy Development version
run: ./mvnw -B compile -P develop -P frontend jib:build -Djib.container.environment=SPRING_PROFILES_ACTIVE=develop -Djib.to.image=eu.gcr.io/flock-eco-workday-develop -Djib.to.tags=${{ github.sha }} --file pom.xml
run: ./mvnw -B compile -P develop -P frontend jib:build -Djib.container.environment=SPRING_PROFILES_ACTIVE=develop -Djib.to.image=eu.gcr.io/flock-community/flock-eco-workday-develop -Djib.to.tags=${{ github.sha }} --file pom.xml

0 comments on commit d7a0358

Please sign in to comment.