Skip to content

Commit df488d7

Browse files
committed
ci: update step ids
1 parent c5c5972 commit df488d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: aws-actions/amazon-ecr-login@v1
3838

3939
- name: Build, tag, and push release image to Amazon ECR
40-
id: build-image
40+
id: build-image-release
4141
if: github.ref_type == 'tag'
4242
env:
4343
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
@@ -59,7 +59,7 @@ jobs:
5959
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
6060
6161
- name: Build, tag, and push latest image to Amazon ECR
62-
id: build-image-main
62+
id: build-image-latest
6363
if: github.ref_type == 'branch' && github.ref_name == 'main'
6464
env:
6565
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

0 commit comments

Comments
 (0)