Skip to content

Commit dbaef33

Browse files
committed
ci: switch to manual image builds for now
1 parent 011c66e commit dbaef33

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.github/workflows/build_harbor_garbage_collector.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build Harbor garbage collector docker image
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

.github/workflows/build_harbor_sbom_browser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build SBOM browser docker image
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

.github/workflows/build_matterbridge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build Matterbridge
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

.github/workflows/build_nexus_garbage_collector.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build Nexus garbage collector docker image
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

.github/workflows/build_oci_monitor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build OCI monitor docker image
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
permissions:
97
id-token: write

0 commit comments

Comments
 (0)