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 f4e00ca commit 13c7423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: "current"
arguments: bootBuildImage -Dspring.profiles.active=gcp --imageName=$IMAGE_NAME:latest
arguments: bootBuildImage -Dspring.profiles.active=gcp --imageName=${{ env.IMAGE_NAME }}:latest
env:
SHORT_SHA: ${{ steps.short-sha.outputs.sha }}
IMAGE_NAME: ${{ env.IMAGE_NAME }}
# - name: Execute Gradle bootBuildImage task
# run: gradle -Dspring.profiles.active=gcp bootBuildImage --imageName=$IMAGE_NAME:latest
# env:
Expand Down

0 comments on commit 13c7423

Please sign in to comment.