Skip to content

Commit

Permalink
Merge pull request #719 from opencb/TASK-6880
Browse files Browse the repository at this point in the history
TASK-6880 - CI/CD workflow to delete task docker images on merge fails
  • Loading branch information
juanfeSanahuja authored Feb 19, 2025
2 parents 57c6680 + 5b662dd commit 6758de2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
- closed

jobs:
delete-docker:
uses: opencb/java-common-libs/.github/workflows/delete-docker-hub-workflow.yml@develop
call-delete-docker:
name: Call Reusable Delete Docker Workflow
uses: opencb/cellbase/.github/workflows/reusable-delete-docker.yml@develop
with:
cli: python3 ./build/cloud/docker/docker-build.py delete --images base --tag ${{ github.head_ref }}
task: ${{ github.head_ref }}
secrets: inherit

0 comments on commit 6758de2

Please sign in to comment.