TASK-4976 Fix error handling when an exception raises in the CellBase Rest server constructors #21
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: "Pull Request Merge Workflow" | |
on: | |
pull_request: | |
branches: | |
- "develop" | |
- "release-*" | |
types: | |
- closed | |
jobs: | |
delete-docker: | |
uses: opencb/java-common-libs/.github/workflows/delete-docker-hub-workflow.yml@develop | |
with: | |
cli: python3 ./build/cloud/docker/docker-build.py delete --images base --tag ${{ github.head_ref }} | |
secrets: inherit |