Skip to content

Commit 228014e

Browse files
committed
fix: image name
1 parent be90ffa commit 228014e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/shared-build-and-deploy.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
id: image-tag
7676
run: |
7777
name=$(echo "image-${{ matrix.services.imageName }}" | tr '[:upper:]' '[:lower:]')
78-
# value=$(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.services.imageName }}:${{ env.BRANCH_NAME }}-${{ steps.sha_short.outputs.sha_short }}" | tr '[:upper:]' '[:lower:]')
7978
value=$(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.services.imageName }}:sha-${{ steps.sha_short.outputs.sha_short }}" | tr '[:upper:]' '[:lower:]')
8079
echo "setting output: $name=$value"
8180
echo "$name=$value" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)