mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Promote Hab package alongside Omnibus package
This change ensures we are promoting our Hab packages to `current` and `stable` at the same time we execute said promotions for the Omnibus packages. Signed-off-by: Seth Chisamore <schisamo@chef.io>
This commit is contained in:
parent
feefdcf9af
commit
026c7963d3
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ subscriptions:
|
|||
- workload: artifact_published:current:inspec:*
|
||||
actions:
|
||||
- built_in:tag_docker_image
|
||||
- built_in:promote_habitat_packages
|
||||
- workload: artifact_published:stable:inspec:*
|
||||
actions:
|
||||
- bash:.expeditor/update_dockerfile.sh
|
||||
|
@ -74,4 +75,5 @@ subscriptions:
|
|||
- built_in:publish_rubygems
|
||||
- built_in:create_github_release
|
||||
- built_in:tag_docker_image
|
||||
- built_in:promote_habitat_packages
|
||||
- built_in:notify_chefio_slack_channels
|
||||
|
|
Loading…
Reference in a new issue