Skip to content

Commit 072252e

Browse files
committed
Test
1 parent c311485 commit 072252e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-gf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
7575
docker build -t $TAG .
7676
docker push "$ECR_URI" --all-tags
77-
echo "Published $TAG to ECR"
77+
echo "Published $TAG to ECR" >> $GITHUB_STEP_SUMMARY
7878

.github/workflows/promote-gf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
# environment:
88
# required: true
99
# type: string
10-
sha_short:
10+
tag_suffix:
1111
required: true
1212
type: string
1313
workflow_dispatch:
1414
inputs:
15-
sha_short:
15+
tag_suffix:
1616
description: SHA
1717
required: true
1818
type: string
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
3838
env:
3939
# AB2D_ENV: ${{ inputs.environment }}
40-
TAG_NAME: contracts-service-${{ inputs.sha_short }}
40+
TAG_NAME: contracts-service-${{ inputs.tag_suffix }}
4141
SOURCE_REPO: ab2d-services # not ab2d-impl-services
4242
steps:
4343
- name: Define destination repo

0 commit comments

Comments
 (0)