Skip to content

Commit 0a1e8fb

Browse files
committed
ci: support RedQueen docker tag build
1 parent c6a3334 commit 0a1e8fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@ jobs:
108108
docker.io/reajason/memshell-party:latest
109109
ghcr.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }}
110110
ghcr.io/reajason/memshell-party:latest
111+
112+
- name: Build and push
113+
114+
- name: Build and push RedQueen
115+
uses: docker/build-push-action@v6
116+
with:
117+
context: boot
118+
platforms: linux/amd64,linux/arm64
119+
build-args: |
120+
ROUTE_ROOT_PATH=/redqueen-memshell-party
121+
CONTEXT_PATH=/redqueen-memshell-party
122+
push: true
123+
tags: |
124+
docker.io/reajason/memshell-party:redqueen
111125
112126
deploy-maven:
113127
name: Deploy to Maven Central

0 commit comments

Comments
 (0)