Skip to content

Commit de59dd5

Browse files
CR-15385 -- bump heroku-deployer image (#509)
1 parent d500914 commit de59dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/heroku-deployer/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: step-type
22
version: '1.0'
33
metadata:
4-
version: '1.0.1'
4+
version: '1.0.2'
55
name: heroku-deployer
66
isPublic: true
77
description: Deploy to heroku via codefresh pipeline
@@ -69,7 +69,7 @@ spec:
6969
steps:
7070
herokuDeployer:
7171
title: herokuDeployer
72-
image: quay.io/codefreshplugins/heroku-cli:alpine
72+
image: quay.io/codefreshplugins/heroku-deployer:1.0.2
7373
commands:
7474
- printf "machine api.heroku.com\n login ${{EMAIL}}\n password ${{API_TOKEN}}\nmachine git.heroku.com\n login ${{EMAIL}}\n password ${{API_TOKEN}}\n" > ~/.netrc
7575
- cd ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}

0 commit comments

Comments
 (0)