Skip to content

Commit

Permalink
setup node for docker build step (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Görisch authored Jun 28, 2021
1 parent fa73ddd commit 21fa5e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
with:
registry: ${{ env.REGISTRY }}
scope: '@Yes-Theory-Fam'
password: ${{ secrets.GITHUB_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
scope: '@Yes-Theory-Fam'
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 21fa5e1

Please sign in to comment.