|
|
@@ -14,16 +14,8 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Cache/Restore yarn cache
|
|
|
- uses: actions/cache@v1
|
|
|
- with:
|
|
|
- path: /usr/local/share/.cache/yarn
|
|
|
- key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
- restore-keys: |
|
|
|
- ${{ runner.os }}-yarn-${{ matrix.node-version }}-
|
|
|
-
|
|
|
- name: Set up Docker Buildx
|
|
|
- uses: crazy-max/ghaction-docker-buildx@v1.0.4
|
|
|
+ uses: crazy-max/ghaction-docker-buildx@v3
|
|
|
|
|
|
- name: Login to docker.io registry
|
|
|
run: |
|