We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa4cbb commit 97f4d72Copy full SHA for 97f4d72
1 file changed
.github/workflows/build-and-push-images.yaml
@@ -35,6 +35,7 @@ jobs:
35
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
with:
37
fetch-tags: true
38
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }}
39
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
40
- id: gcp-auth
41
name: Google authentication
0 commit comments