We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9af6fb commit 232a17cCopy full SHA for 232a17c
1 file changed
.github/workflows/release.yaml
@@ -108,6 +108,20 @@ jobs:
108
docker.io/reajason/memshell-party:latest
109
ghcr.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }}
110
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
125
126
deploy-maven:
127
name: Deploy to Maven Central
0 commit comments