Skip to content

Commit

Permalink
updated github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-iaco committed Oct 13, 2024
1 parent 8ca50ee commit 042f4e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
- name: Setup Gradle and execute 'bootBuildImage' task
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: "current"
- name: Execute Gradle bootBuildImage task
run: ./gradlew -Dspring.profiles.active=gcp bootBuildImage --imageName=$IMAGE_NAME:latest
env:
SHORT_SHA: ${{ steps.short-sha.outputs.sha }}
arguments: bootBuildImage -Dspring.profiles.active=gcp --imageName=$IMAGE_NAME:latest
# - name: Execute Gradle bootBuildImage task
# run: gradle -Dspring.profiles.active=gcp bootBuildImage --imageName=$IMAGE_NAME:latest
# env:
# SHORT_SHA: ${{ steps.short-sha.outputs.sha }}
- name: Configure Docker Client
run: |-
gcloud auth configure-docker $LOCATION --quiet
Expand Down

0 comments on commit 042f4e0

Please sign in to comment.