mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Use core sha and extension sha for combined tag
This commit is contained in:
4
.github/workflows/cloud-staging-build.yaml
vendored
4
.github/workflows/cloud-staging-build.yaml
vendored
@@ -76,8 +76,8 @@ jobs:
|
||||
- name: Generate combined image tag
|
||||
id: generate-tag
|
||||
run: |
|
||||
EXT_SHORT=$(echo "${{ steps.get-extension-sha.outputs.sha }}" | cut -c1-7)
|
||||
CORE_SHORT=$(echo "${{ steps.get-core-sha.outputs.sha }}" | cut -c1-7)
|
||||
EXT_SHORT=$(echo "${{ steps.get-extension-sha.outputs.extension_sha }}" | cut -c1-7)
|
||||
CORE_SHORT=$(echo "${{ steps.get-core-sha.outputs.core_sha }}" | cut -c1-7)
|
||||
TAG="ext-${EXT_SHORT}_core-${CORE_SHORT}"
|
||||
echo "Combined tag: $TAG"
|
||||
echo "combined_tag=$TAG" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user