We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055405b commit 04b5faeCopy full SHA for 04b5fae
.github/workflows/e2e-test-docker-image-build.yml
@@ -31,5 +31,5 @@ jobs:
31
ECR_REPOSITORY: public.ecr.aws/h6o3z5z9/aws-application-signals-test-framework-workflow-container
32
IMAGE_TAG: latest
33
run: |
34
- docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
35
- docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
+ docker build -t $ECR_REPOSITORY:$IMAGE_TAG .
+ docker push $ECR_REPOSITORY:$IMAGE_TAG
0 commit comments