Skip to content

Commit

Permalink
Dryval dryruns manifest-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2892 committed Feb 11, 2019
1 parent e9df282 commit bf8dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-docker-images
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ push_multi-arch_manifest_docker_hub() {
# Replace the tags in multi-arch.yaml
sed -e "s/\${docker-image-tag}/${image_tag}/" ../scripts/multi-arch.yaml > multi-arch-temp.yaml
# Generate the manifest list and push to docker hub
./manifest-tool push from-spec multi-arch-temp.yaml
dryval ./manifest-tool push from-spec multi-arch-temp.yaml
rm multi-arch-temp.yaml
done

Expand Down

0 comments on commit bf8dd64

Please sign in to comment.