Skip to content

Commit 801cb3a

Browse files
authored
Fix release native docker image cmd (#5201)
1 parent e6ffea7 commit 801cb3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-images.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,13 @@ jobs:
158158
159159
- name: Build and Push Native image for testing
160160
run: |
161-
docker build --push -f ./distro/docker/target/docker/Dockerfile.native \
161+
docker build --push -f ./distro/docker/target/docker/Dockerfile.native app/ \
162162
-t docker.io/apicurio/apicurio-registry-native:latest \
163163
-t docker.io/apicurio/apicurio-registry-native:latest-release \
164164
-t docker.io/apicurio/apicurio-registry-native:$RELEASE_VERSION \
165165
-t quay.io/apicurio/apicurio-registry-native:latest \
166166
-t quay.io/apicurio/apicurio-registry-native:latest-release \
167-
-t quay.io/apicurio/apicurio-registry-native:$RELEASE_VERSION \
168-
\ app/
167+
-t quay.io/apicurio/apicurio-registry-native:$RELEASE_VERSION
169168
170169
- name: Google Chat Notification
171170
if: ${{ failure() }}

0 commit comments

Comments
 (0)