Skip to content

Commit

Permalink
Bugfix example-build-deploy-dotnet-iss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinThuen authored Dec 17, 2024
1 parent f3b2c5c commit 6a7cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet-iss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Tag image and push to GCR
# On pull requests, only push to dev GCR
if: ${{ github.ref == 'refs/heads/trunk' || (github.event_name == 'pull_request' && matrix.environment == 'dev') }}
uses: 3lvia/core-github-actions-templates/iss-tag-push-image@feat/iss-tag
uses: 3lvia/core-github-actions-templates/iss-tag-push-image@trunk
with:
old-image-name-with-tag: ${{ needs.build-scan.outputs.image }}
new-image-name: 'gcr.io/${{ vars.GC_ISS_PROJECT_ID }}/${{ env.SYSTEM_NAME }}-${{ env.APPLICATION_NAME }}'
Expand Down

0 comments on commit 6a7cc93

Please sign in to comment.