Skip to content

Commit 04b5fae

Browse files
committed
Test
1 parent 055405b commit 04b5fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test-docker-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
ECR_REPOSITORY: public.ecr.aws/h6o3z5z9/aws-application-signals-test-framework-workflow-container
3232
IMAGE_TAG: latest
3333
run: |
34-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
35-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
34+
docker build -t $ECR_REPOSITORY:$IMAGE_TAG .
35+
docker push $ECR_REPOSITORY:$IMAGE_TAG

0 commit comments

Comments
 (0)