Skip to content

Commit b173ec8

Browse files
committed
fix: change job name
1 parent be90ffa commit b173ec8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
# BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
2020

2121
jobs:
22-
run-build-and-deploy:
22+
build-and-deploy:
2323
uses: ./.github/workflows/shared-build-and-deploy.yaml
2424
secrets: inherit
2525
# build:

.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)