Skip to content

Commit 6de60b8

Browse files
Clinton WerthClinton Werth
authored andcommitted
test docker push
1 parent 47c110d commit 6de60b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
IMAGE_TAG: ${{ env.IMAGE_TAG }}
4343
run:
4444
echo "TAG IS $REGISTRY$REPOSITORY:$IMAGE_TAG"
45+
docker build -t $REGISTRY$REPOSITORY:$IMAGE_TAG .
46+
docker push $REGISTRY$REPOSITORY:$IMAGE_TAG
4547

4648

4749
- name: TEST ECR Access

0 commit comments

Comments
 (0)