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 dc62b26 commit 932b3a2Copy full SHA for 932b3a2
.github/workflows/aws-role-test.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Build Docker image and push
39
env:
40
- REGISTRY: ${{ steps.login-ecr.outputs.registry }}
+ REGISTRY: ${{ steps.ecr-login.outputs.registry }}
41
REPOSITORY: "mage/server"
42
IMAGE_TAG: ${{ env.IMAGE_TAG }}
43
run:
0 commit comments