Skip to content

Commit 366fba7

Browse files
committed
Remove dead docker workflow outputs
1 parent a1bd424 commit 366fba7

File tree

6 files changed

+0
-48
lines changed

6 files changed

+0
-48
lines changed

.github/workflows/coprocessor-docker-build.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,45 +28,24 @@ on:
2828
db_migration_build_result:
2929
description: "Result of the build-db-migration job"
3030
value: ${{ jobs.build-db-migration.result }}
31-
db_migration_base_commit:
32-
description: "Resolved published base commit for db-migration"
33-
value: ${{ jobs.check-changes-db-migration.outputs.base-commit }}
3431
gw_listener_build_result:
3532
description: "Result of the build-gw-listener job"
3633
value: ${{ jobs.build-gw-listener.result }}
37-
gw_listener_base_commit:
38-
description: "Resolved published base commit for gw-listener"
39-
value: ${{ jobs.check-changes-gw-listener.outputs.base-commit }}
4034
host_listener_build_result:
4135
description: "Result of the build-host-listener job"
4236
value: ${{ jobs.build-host-listener.result }}
43-
host_listener_base_commit:
44-
description: "Resolved published base commit for host-listener"
45-
value: ${{ jobs.check-changes-host-listener.outputs.base-commit }}
4637
sns_worker_build_result:
4738
description: "Result of the build-sns-worker job"
4839
value: ${{ jobs.build-sns-worker.result }}
49-
sns_worker_base_commit:
50-
description: "Resolved published base commit for sns-worker"
51-
value: ${{ jobs.check-changes-sns-worker.outputs.base-commit }}
5240
tfhe_worker_build_result:
5341
description: "Result of the build-tfhe-worker job"
5442
value: ${{ jobs.build-tfhe-worker.result }}
55-
tfhe_worker_base_commit:
56-
description: "Resolved published base commit for tfhe-worker"
57-
value: ${{ jobs.check-changes-tfhe-worker.outputs.base-commit }}
5843
tx_sender_build_result:
5944
description: "Result of the build-tx-sender job"
6045
value: ${{ jobs.build-tx-sender.result }}
61-
tx_sender_base_commit:
62-
description: "Resolved published base commit for tx-sender"
63-
value: ${{ jobs.check-changes-tx-sender.outputs.base-commit }}
6446
zkproof_worker_build_result:
6547
description: "Result of the build-zkproof-worker job"
6648
value: ${{ jobs.build-zkproof-worker.result }}
67-
zkproof_worker_base_commit:
68-
description: "Resolved published base commit for zkproof-worker"
69-
value: ${{ jobs.check-changes-zkproof-worker.outputs.base-commit }}
7049
workflow_dispatch:
7150
inputs:
7251
build_db_migration:

.github/workflows/gateway-contracts-docker-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
build_result:
2626
description: "Result of the build job of this workflow"
2727
value: ${{ jobs.build.result }}
28-
base_commit:
29-
description: "Resolved published base commit for this image"
30-
value: ${{ jobs.check-changes.outputs.base-commit }}
3128
release:
3229
types:
3330
- published

.github/workflows/host-contracts-docker-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
build_result:
2626
description: "Result of the build job of this workflow"
2727
value: ${{ jobs.build.result }}
28-
base_commit:
29-
description: "Resolved published base commit for this image"
30-
value: ${{ jobs.check-changes.outputs.base-commit }}
3128
release:
3229
types:
3330
- published

.github/workflows/kms-connector-docker-build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,15 @@ on:
2525
db_migration_build_result:
2626
description: "Result of the build-db-migration job"
2727
value: ${{ jobs.build-db-migration.result }}
28-
db_migration_base_commit:
29-
description: "Resolved published base commit for db-migration"
30-
value: ${{ jobs.check-changes-db-migration.outputs.base-commit }}
3128
gw_listener_build_result:
3229
description: "Result of the build-gw-listener job"
3330
value: ${{ jobs.build-gw-listener.result }}
34-
gw_listener_base_commit:
35-
description: "Resolved published base commit for gw-listener"
36-
value: ${{ jobs.check-changes-gw-listener.outputs.base-commit }}
3731
kms_worker_build_result:
3832
description: "Result of the build-kms-worker job"
3933
value: ${{ jobs.build-kms-worker.result }}
40-
kms_worker_base_commit:
41-
description: "Resolved published base commit for kms-worker"
42-
value: ${{ jobs.check-changes-kms-worker.outputs.base-commit }}
4334
tx_sender_build_result:
4435
description: "Result of the build-tx-sender job"
4536
value: ${{ jobs.build-tx-sender.result }}
46-
tx_sender_base_commit:
47-
description: "Resolved published base commit for tx-sender"
48-
value: ${{ jobs.check-changes-tx-sender.outputs.base-commit }}
4937
release:
5038
types:
5139
- published

.github/workflows/relayer-docker-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ on:
2525
relayer_migrate_build_result:
2626
description: "Result of the build-relayer-migrate job"
2727
value: ${{ jobs.build-relayer-migrate.result }}
28-
relayer_migrate_base_commit:
29-
description: "Resolved published base commit for relayer-migrate"
30-
value: ${{ jobs.check-changes-relayer-migrate.outputs.base-commit }}
3128
relayer_build_result:
3229
description: "Result of the build-relayer job"
3330
value: ${{ jobs.build-relayer.result }}
34-
relayer_base_commit:
35-
description: "Resolved published base commit for relayer"
36-
value: ${{ jobs.check-changes-relayer.outputs.base-commit }}
3731
release:
3832
types:
3933
- published

.github/workflows/test-suite-docker-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
build_result:
2626
description: "Result of the build job of this workflow"
2727
value: ${{ jobs.build.result }}
28-
base_commit:
29-
description: "Resolved published base commit for this image"
30-
value: ${{ jobs.check-changes.outputs.base-commit }}
3128
release:
3229
types:
3330
- published

0 commit comments

Comments
 (0)