Skip to content

Commit f59c77f

Browse files
committed
Do not build native images in CI (currently fails)
1 parent a246c6a commit f59c77f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,6 @@ jobs:
9090
- name: Run Unit Tests
9191
run: ./gradlew test
9292

93-
docker-image-native:
94-
name: Docker image native
95-
if: github.event_name == 'push' && github.ref_name == 'main'
96-
needs: [test]
97-
runs-on: ubuntu-latest
98-
steps:
99-
- name: Checkout Code
100-
uses: actions/checkout@v3
101-
- name: Build and Push Image
102-
uses: explorviz/deployment/.github/actions/build-and-deploy-quarkus-native@main
103-
with:
104-
platforms: "linux/amd64,linux/arm64/v8"
105-
docker-username: ${{ secrets.DOCKER_USERNAME }}
106-
docker-password: ${{ secrets.DOCKER_PASSWORD }}
107-
image-name: ${{ vars.DOCKER_NATIVE_IMAGE_NAME }}
108-
image-tag: "latest"
109-
11093
docker-image-jvm:
11194
name: Docker image JVM
11295
if: github.event_name == 'push' && github.ref_name == 'main'

0 commit comments

Comments
 (0)