There was an error while loading. Please reload this page.
1 parent 002b174 commit b4f3264Copy full SHA for b4f3264
1 file changed
…hub/workflows/release-cloud-internal.yml …ithub/workflows/releaseCloudInternal.yml.github/workflows/release-cloud-internal.yml renamed to .github/workflows/releaseCloudInternal.yml
@@ -6,12 +6,6 @@ permissions:
6
7
on:
8
workflow_dispatch:
9
- inputs:
10
- git_ref:
11
- description: Git ref to build for internal.sourcebot.dev
12
- required: false
13
- default: main
14
- type: string
15
16
concurrency:
17
group: release-cloud-internal
@@ -22,9 +16,10 @@ jobs:
22
uses: ./.github/workflows/_build-cloud.yml
23
with:
24
18
environment: internal
25
- git_ref: ${{ inputs.git_ref || 'main' }}
19
+ # Pin the checkout and image tags to the same dispatch commit so metadata
20
+ # can never identify image contents as a different revision.
21
+ git_ref: ${{ github.sha }}
26
require_sentry: false
27
docker_tags: |
28
type=raw,value=main
29
- type=sha,format=long
30
- secrets: inherit
+ type=raw,value=sha-${{ github.sha }}
0 commit comments