Browse Source

up build docker

ljw 1 year ago
parent
commit
ff9ffb2f12
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/build.yml

+ 5 - 0
.github/workflows/build.yml

@@ -145,6 +145,11 @@ jobs:
145 145
       - name: Extract version from tag
146 146
         id: vars
147 147
         run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
148
+      #      - name: Set up QEMU
149
+      #        uses: docker/setup-qemu-action@v2
150
+
151
+      - name: Set up Docker Buildx
152
+        uses: docker/setup-buildx-action@v2
148 153
 
149 154
       - name: Log in to Docker Hub
150 155
         uses: docker/login-action@v2