We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409475b commit b3a5becCopy full SHA for b3a5bec
.github/workflows/odis-combiner-container.yml
@@ -28,7 +28,7 @@ jobs:
28
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-social-connect/providers/github-by-repos
29
service-account: 'social-connect-dev@devopsre.iam.gserviceaccount.com'
30
artifact-registry: us-west1-docker.pkg.dev/devopsre/dev-images/odis-combiner
31
- tags: ${{ github.sha }}
+ tags: ${{ github.event.pull_request.head.sha }}
32
context: .
33
file: dockerfiles/Dockerfile-combiner
34
trivy: true
0 commit comments