Skip to content

Instantly share code, notes, and snippets.

@marcosnils
Created August 12, 2019 05:45
Show Gist options
  • Save marcosnils/da0831df05333a913b29d2898e1f8288 to your computer and use it in GitHub Desktop.
Save marcosnils/da0831df05333a913b29d2898e1f8288 to your computer and use it in GitHub Desktop.
Markdium-Take 2, Actions!
- name: docker build
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: docker build --build-arg NPM_TOKEN=$NPM_AUTH_TOKEN -t my-image .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment