Skip to content

Commit

Permalink
Added cleanup to docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abodeuis committed Dec 9, 2024
1 parent 9d901b3 commit 26b50ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uploader
- monitor
- downloader
- cleanup
include:
- name: cdrhook
FOLDER: cdrhook
Expand All @@ -40,6 +41,10 @@ jobs:
FOLDER: downloader
PLATFORM: "linux/amd64,linux/arm64"
IMAGE: criticalmaas-downloader
- name: cleanup
FOLDER: cleanup
PLATFORM: "linux/amd64,linux/arm64"
IMAGE: criticalmaas-cleanup

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 26b50ea

Please sign in to comment.