Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion taskboot/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def heroku_release(target, args):

updates_payload = []

for heroku_dyno_name, _, artifact_path in load_named_artifacts(args.artifacts):
for heroku_dyno_name, _, artifact_path in load_named_artifacts(
config, args.task_id, args.artifacts
):

# Push the Docker image
custom_tag_name = f"{HEROKU_REGISTRY}/{args.heroku_app}/{heroku_dyno_name}"
Expand Down