Browse Source

use ghaction-docker-buildx@v3

Yuki Takei 5 years ago
parent
commit
d9b2c9af5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -80,7 +80,7 @@ jobs:
           ${{ runner.os }}-yarn-${{ matrix.node-version }}-
           ${{ runner.os }}-yarn-${{ matrix.node-version }}-
 
 
     - name: Set up Docker Buildx
     - 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
     - name: Login to docker.io registry
       run: |
       run: |