Skip to content

Commit 91b3502

Browse files
Clinton WerthClinton Werth
authored andcommitted
add line to run
1 parent 84631a2 commit 91b3502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
REGISTRY: ${{ steps.ecr-login.outputs.registry }}
4444
REPOSITORY: "/mage/server"
4545
IMAGE_TAG: ${{ env.IMAGE_TAG }}
46-
run:
46+
run: |
4747
docker build -t $REGISTRY$REPOSITORY:$IMAGE_TAG .
4848
docker push $REGISTRY$REPOSITORY:$IMAGE_TAG
4949

0 commit comments

Comments
 (0)