File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -158,14 +158,13 @@ jobs:
158
158
159
159
- name : Build and Push Native image for testing
160
160
run : |
161
- docker build --push -f ./distro/docker/target/docker/Dockerfile.native \
161
+ docker build --push -f ./distro/docker/target/docker/Dockerfile.native app/ \
162
162
-t docker.io/apicurio/apicurio-registry-native:latest \
163
163
-t docker.io/apicurio/apicurio-registry-native:latest-release \
164
164
-t docker.io/apicurio/apicurio-registry-native:$RELEASE_VERSION \
165
165
-t quay.io/apicurio/apicurio-registry-native:latest \
166
166
-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
169
168
170
169
- name : Google Chat Notification
171
170
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments