Enabling buildkit
This commit is contained in:
parent
88bfef0b5b
commit
86f2ad4d1e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: backstage-image
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Install packages
|
||||
run: NODE_OPTIONS="--max_old_space_size=4096" yarn install
|
||||
|
|
Loading…
Reference in a new issue