File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments