Skip to content

Commit

Permalink
feat: change in github yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanta008 committed May 4, 2024
1 parent 00a53dc commit 144b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_cloudrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build Image
runs-on: self-hosted
outputs:
image-name: ${{ steps.build-image.outputs.imageFullName }}
image-name: eu.gcr.io/${{ env.PROJECT_ID }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL }}
image-tag: ${{ steps.build-image.outputs.tags }}
branch: ${{ env.GITHUB_REF_SLUG_URL }}
steps:
Expand Down

0 comments on commit 144b985

Please sign in to comment.