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 42fd904 commit ebcf904Copy full SHA for ebcf904
src/commands/push-docker-image.yml
@@ -36,5 +36,5 @@ steps:
36
name: Push Docker image to Heroku
37
command: |
38
heroku container:push -a <<parameters.app-name>> \
39
- <<# parameters.recursive >>--recursive<</ parameters.recursive >>
+ <<# parameters.recursive >>--recursive<</ parameters.recursive >> \
40
<<# parameters.process-types>><<parameters.process-types>><</ parameters.process-types>>
0 commit comments