Skip to content

chore(deps): update gradle/actions action to v4.3.0 (#13170) #104

chore(deps): update gradle/actions action to v4.3.0 (#13170)

chore(deps): update gradle/actions action to v4.3.0 (#13170) #104

name: Publish Play images for smoke tests
on:
push:
paths:
- "smoke-tests/images/play/**"
- ".github/workflows/publish-smoke-test-play-images.yml"
- ".github/workflows/reusable-publish-smoke-test-images.yml"
branches:
- main
permissions:
contents: read
jobs:
publish:
permissions:
contents: read
packages: write
uses: ./.github/workflows/reusable-publish-smoke-test-images.yml
with:
project: ":smoke-tests:images:play"
workflow-notification:
permissions:
contents: read
issues: write
needs:
- publish
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.publish.result == 'success' }}