1 parent e3de394 commit 56ad85dCopy full SHA for 56ad85d
1 file changed
.github/workflows/build.yml
@@ -212,6 +212,19 @@ jobs:
212
docker-compose.yml
213
EOL
214
215
+ - name: Set up QEMU
216
+ uses: docker/setup-qemu-action@v3
217
+
218
+ - name: Set up Docker Buildx
219
+ uses: docker/setup-buildx-action@v3
220
221
+ - name: Login to GitHub Container Registry
222
+ uses: docker/login-action@v3
223
+ with:
224
+ registry: ghcr.io
225
+ username: ${{ github.actor }}
226
+ password: ${{ secrets.GITHUB_TOKEN }}
227
228
- name: Build Release Docker Image
229
uses: docker/build-push-action@v5
230
with:
0 commit comments