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 84631a2 commit 91b3502Copy full SHA for 91b3502
.github/workflows/aws-role-test.yaml
@@ -43,7 +43,7 @@ jobs:
43
REGISTRY: ${{ steps.ecr-login.outputs.registry }}
44
REPOSITORY: "/mage/server"
45
IMAGE_TAG: ${{ env.IMAGE_TAG }}
46
- run:
+ run: |
47
docker build -t $REGISTRY$REPOSITORY:$IMAGE_TAG .
48
docker push $REGISTRY$REPOSITORY:$IMAGE_TAG
49
0 commit comments