Skip to content

Commit

Permalink
Revert "Remove support for IMAGE_TAG env var"
Browse files Browse the repository at this point in the history
This reverts commit 5c4eb85.
  • Loading branch information
Ken Browning committed Jan 6, 2017
1 parent 3329af8 commit e979218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/ecs-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ function nextTask(task, containerName, image, tag) {
function nextContainer(container, image, tag) {
return _.assign({}, container, {
image: image + ':' + tag,
environment: upsert(container.environment, 'name', {
name: 'IMAGE_TAG',
value: tag
})
});
}

Expand Down

0 comments on commit e979218

Please sign in to comment.