We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aecf6c commit c9563f9Copy full SHA for c9563f9
1 file changed
.github/workflows/main.yaml
@@ -62,7 +62,7 @@ jobs:
62
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
63
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
64
65
- Continuous Deployment:
+ Continuous-Deployment:
66
needs: build-and-push-ecr-image
67
runs-on: self-hosted
68
steps:
0 commit comments