OPSEXP-2311 Bump tags for cassiopeia release #286
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker Compose (Community) | |
on: | |
pull_request: | |
branches: | |
- master | |
- release/** | |
paths: | |
- docker-compose/community-docker-compose.yml | |
- test/postman/docker-compose/** | |
- .github/workflows/docker-compose-community.yml | |
push: | |
branches: | |
- master | |
- release/** | |
jobs: | |
compose_community: | |
name: docker-compose community | |
runs-on: ubuntu-latest | |
steps: | |
- uses: >- | |
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected] | |
with: | |
compose_file_path: docker-compose/community-docker-compose.yml |