Skip to content

Commit

Permalink
Merge pull request #10586 from pascalgrimaud/gcp-fix-version-tag
Browse files Browse the repository at this point in the history
GCP: fix version tag
  • Loading branch information
pascalgrimaud authored Aug 17, 2024
2 parents 42b738f + f546e2c commit e4145ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# Deploy to App Engine Flexible
- name: 'Deploy to GCP'
run: gcloud app deploy --image-url europe-west9-docker.pkg.dev/jhipster-lite/jhipster-lite/jhipster-lite:${GITHUB_SHA} --version ${VERSION_TAG//./-}
run: VERSION_TAG=${GITHUB_REF:10} && gcloud app deploy --image-url europe-west9-docker.pkg.dev/jhipster-lite/jhipster-lite/jhipster-lite:${GITHUB_SHA} --version ${VERSION_TAG//./-}

0 comments on commit e4145ed

Please sign in to comment.