Created
May 9, 2019 01:10
-
-
Save dorfire/e03a849a3e2b1450b7d8bb0ce7fd390f to your computer and use it in GitHub Desktop.
ACR Task for Oryx buildpack
This file contains 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 characters
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}}"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment