Skip to content

Commit 8de4d1c

Browse files
authored
chore: remove not needed native mode (#425)
1 parent bd6e4d7 commit 8de4d1c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/code-examples-kafka-avro-schema-quickstart.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- 'v*'
9+
- 'i*'
910
#branches: [main]
1011

1112
jobs:
@@ -27,13 +28,4 @@ jobs:
2728
-Dquarkus.container-image.password="${{ secrets.quay_robottoken }}"
2829
-Dquarkus.container-image.tag=latest
2930
-Dquarkus.container-image.image=quay.io/rhoas/kafka-avro-schema-quickstart
30-
- name: Build and publish native image to quay
31-
working-directory: code-examples/kafka-avro-schema-quickstart
32-
run: ./mvnw clean package -Pnative --file pom.xml --no-transfer-progress
33-
-Dquarkus.container-image.build=true
34-
-Dquarkus.native.container-build=true
35-
-Dquarkus.container-image.push=true
36-
-Dquarkus.container-image.username="${{ secrets.quay_robotaccount }}"
37-
-Dquarkus.container-image.password="${{ secrets.quay_robottoken }}"
38-
-Dquarkus.container-image.tag=native
39-
-Dquarkus.container-image.image=quay.io/rhoas/kafka-avro-schema-quickstart:native
31+

0 commit comments

Comments
 (0)