From 31f5c824db833a28a7b56223024f93b916b829fe Mon Sep 17 00:00:00 2001 From: ReaJason Date: Wed, 13 Aug 2025 22:19:53 +0800 Subject: [PATCH] ci: support RedQueen docker tag build --- .github/workflows/release.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc4b5b16..409ffd35 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -108,6 +108,20 @@ jobs: docker.io/reajason/memshell-party:latest ghcr.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }} ghcr.io/reajason/memshell-party:latest + + - name: Build and push + + - name: Build and push RedQueen + uses: docker/build-push-action@v6 + with: + context: boot + platforms: linux/amd64,linux/arm64 + build-args: | + ROUTE_ROOT_PATH=/redqueen-memshell-party + CONTEXT_PATH=/redqueen-memshell-party + push: true + tags: | + docker.io/reajason/memshell-party:redqueen deploy-maven: name: Deploy to Maven Central