Skip to content

Instantly share code, notes, and snippets.

@dorfire
Created May 9, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorfire/e03a849a3e2b1450b7d8bb0ce7fd390f to your computer and use it in GitHub Desktop.
Save dorfire/e03a849a3e2b1450b7d8bb0ce7fd390f to your computer and use it in GitHub Desktop.
ACR Task for Oryx buildpack
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