Skip to content

Commit c07a980

Browse files
Clinton WerthClinton Werth
authored andcommitted
check docker build
1 parent 6de60b8 commit c07a980

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/aws-role-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,9 @@ jobs:
4242
IMAGE_TAG: ${{ env.IMAGE_TAG }}
4343
run:
4444
echo "TAG IS $REGISTRY$REPOSITORY:$IMAGE_TAG"
45+
ls
4546
docker build -t $REGISTRY$REPOSITORY:$IMAGE_TAG .
4647
docker push $REGISTRY$REPOSITORY:$IMAGE_TAG
4748

48-
49-
- name: TEST ECR Access
50-
run: aws ecr describe-repositories
51-
5249
- name: TEST ECS Access
5350
run: aws ecs list-clusters

0 commit comments

Comments
 (0)