Skip to content

Commit

Permalink
ci(docker-prune): add missing docker images in prune list (#22186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jan 1, 2025
1 parent 945eb21 commit 4af2f4a
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/docker-prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,31 @@ jobs:
fail-fast: false
matrix:
container: [
hm-web,
hm-alpine,
hm-api-node,
hm-api-python,
hm-api-rust,
hm-config-loader,
hm-confluent-schema-registry,
hm-decision-logger,
hm-flink-stream-tweets,
hm-graphql-server,
hm-grpc-server,
hm-config-loader,
hm-decision-logger,
hm-kafka-iot-kafka-connect,
hm-kafka-logging-kafka-connect,
hm-kafka-opa-kafka-connect,
hm-keydb,
hm-opal-client,
hm-prefect-calculate,
hm-prefect-greet,
hm-prefect-ingest-data,
hm-prefect-print-platform,
hm-rasa-action-server,
hm-spark-find-retired-people-python,
hm-spark-find-retired-people-scala,
hm-spark-ingest-from-s3-to-kafka,
hm-kafka-iot-kafka-connect,
hm-kafka-logging-kafka-connect,
hm-kafka-opa-kafka-connect,
hm-opal-client,
hm-rasa-action-server,
hm-keydb,
hm-traefik,
hm-alpine,
hm-web,
]
steps:
- name: Prune dangling Docker images
Expand Down

0 comments on commit 4af2f4a

Please sign in to comment.