File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
75
75
docker build -t $TAG .
76
76
docker push "$ECR_URI" --all-tags
77
- echo "Published $TAG to ECR"
77
+ echo "Published $TAG to ECR" >> $GITHUB_STEP_SUMMARY
78
78
Original file line number Diff line number Diff line change 7
7
# environment:
8
8
# required: true
9
9
# type: string
10
- sha_short :
10
+ tag_suffix :
11
11
required : true
12
12
type : string
13
13
workflow_dispatch :
14
14
inputs :
15
- sha_short :
15
+ tag_suffix :
16
16
description : SHA
17
17
required : true
18
18
type : string
37
37
runs-on : codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
38
38
env :
39
39
# AB2D_ENV: ${{ inputs.environment }}
40
- TAG_NAME : contracts-service-${{ inputs.sha_short }}
40
+ TAG_NAME : contracts-service-${{ inputs.tag_suffix }}
41
41
SOURCE_REPO : ab2d-services # not ab2d-impl-services
42
42
steps :
43
43
- name : Define destination repo
You can’t perform that action at this time.
0 commit comments