Skip to content

Commit 932b3a2

Browse files
Clinton WerthClinton Werth
authored andcommitted
fix step name
1 parent dc62b26 commit 932b3a2

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
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build Docker image and push
3939
env:
40-
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
40+
REGISTRY: ${{ steps.ecr-login.outputs.registry }}
4141
REPOSITORY: "mage/server"
4242
IMAGE_TAG: ${{ env.IMAGE_TAG }}
4343
run:

0 commit comments

Comments
 (0)