We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5600cb commit 5340185Copy full SHA for 5340185
.github/workflows/release-images.yaml
@@ -145,9 +145,10 @@ jobs:
145
env:
146
SKIP_TESTS: "true"
147
run: |
148
+ cd registry
149
./mvnw -T 1.5C package --no-transfer-progress -Pnative -Dquarkus.native.container-build=true -Pprod -DskipTests=true
150
- - name: Build and Push Temporary image for testing
151
+ - name: Build and Push Native image for testing
152
153
docker build --push -f ./distro/docker/target/docker/Dockerfile.native \
154
-t docker.io/apicurio/apicurio-registry-native:latest \
0 commit comments