Created
May 9, 2019 01:10
-
-
Save dorfire/e03a849a3e2b1450b7d8bb0ce7fd390f to your computer and use it in GitHub Desktop.
Revisions
-
dorfire created this gist
May 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ steps: - cmd: mcr.microsoft.com/oryx/pack:latest build {{.Run.Registry}}/nodeapp-{{.Run.ID}} --path . --builder mcr.microsoft.com/oryx/pack-builder:20190509.1 - push: ["{{.Run.Registry}}/nodeapp-{{.Run.ID}}"]