Skip to content

Commit 5340185

Browse files
committed
Fix native image build in image release workflow
1 parent b5600cb commit 5340185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-images.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ jobs:
145145
env:
146146
SKIP_TESTS: "true"
147147
run: |
148+
cd registry
148149
./mvnw -T 1.5C package --no-transfer-progress -Pnative -Dquarkus.native.container-build=true -Pprod -DskipTests=true
149150
150-
- name: Build and Push Temporary image for testing
151+
- name: Build and Push Native image for testing
151152
run: |
152153
docker build --push -f ./distro/docker/target/docker/Dockerfile.native \
153154
-t docker.io/apicurio/apicurio-registry-native:latest \

0 commit comments

Comments
 (0)