Skip to content

fix(deps): update dependency commons-io:commons-io to v2.18.0 (#12753) #6

fix(deps): update dependency commons-io:commons-io to v2.18.0 (#12753)

fix(deps): update dependency commons-io:commons-io to v2.18.0 (#12753) #6

name: Publish Quarkus images for smoke tests
on:
push:
paths:
- "smoke-tests/images/quarkus/**"
- ".github/workflows/publish-smoke-test-quarkus-images.yml"
- ".github/workflows/reusable-smoke-test-images.yml"
branches:
- main
jobs:
publish:
uses: ./.github/workflows/reusable-smoke-test-images.yml
with:
project: ":smoke-tests:images:quarkus"
publish: true
# Quarkus 3.7+ requires Java 17+
skip-java-8: true
skip-java-11: true
workflow-notification:
needs:
- publish
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.publish.result == 'success' }}