There was an error while loading. Please reload this page.
1 parent a246c6a commit f59c77fCopy full SHA for f59c77f
1 file changed
.github/workflows/ci.yaml
@@ -90,23 +90,6 @@ jobs:
90
- name: Run Unit Tests
91
run: ./gradlew test
92
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
-
110
docker-image-jvm:
111
name: Docker image JVM
112
if: github.event_name == 'push' && github.ref_name == 'main'
0 commit comments