Skip to content

Commit 676925b

Browse files
committed
ci: clean cache images built for CI tests
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent d42b048 commit 676925b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
// Define expected packages
5858
const packages = [
5959
`ci-github-container/${process.env.IMAGE_NAME}`,
60+
`ci-github-container/${process.env.IMAGE_NAME}/cache`,
6061
];
6162
62-
if (github.event_name === 'workflow_dispatch' || (github.event_name === 'push' && github.ref_name !== github.event.repository.default_branch)) {
63-
packages.push(`ci-github-container/${process.env.IMAGE_NAME}/cache`);
64-
}
6563
core.setOutput("packages", packages.join("\n"));
6664
6765
arrange-build-images:

0 commit comments

Comments
 (0)