We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a248d3 commit b8d87aaCopy full SHA for b8d87aa
.github/workflows/presto-release-publish.yml
@@ -468,6 +468,14 @@ jobs:
468
docker push $ORG_NAME/${{ env.IMAGE_NAME }}:latest
469
fi
470
471
+ native-image-tests:
472
+ needs: publish-native-image
473
+ if: (!failure() && !cancelled())
474
+ name: Run Docker Image Tests
475
+ uses: ${{ github.repository_owner }}/presto-release-tools/.github/workflows/docker-image-tests.yml@master
476
+ with:
477
+ image_tag: ${{ inputs.RELEASE_VERSION }}
478
+
479
publish-docs:
480
needs: publish-maven-artifacts
481
if: (!failure() && !cancelled()) && github.event.inputs.publish_docs == 'true'
0 commit comments