We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7130c6c commit 8e671abCopy full SHA for 8e671ab
1 file changed
.github/workflows/__main-ci.yml
@@ -48,12 +48,7 @@ jobs:
48
"test-caching-mono-arch-gha",
49
"test-caching-multi-arch-gha",
50
"test-create-manifests-clone-tag",
51
- "test-multi-registry-inputs",
52
- "test-prune-${{ github.run_number }}",
53
- "test-${{ github.ref_name }}-${{ github.run_number }}-mono-arch-signed",
54
- "test-${{ github.ref_name }}-${{ github.run_number }}-multi-arch-signed",
55
- "test-${{ github.ref_name }}-${{ github.run_number }}-mono-arch-unsigned",
56
- "test-${{ github.ref_name }}-${{ github.run_number }}-multi-arch-unsigned"
+ "test-multi-registry-inputs"
57
]
58
59
clean-with-cache:
@@ -69,7 +64,6 @@ jobs:
69
64
images: |
70
65
[
71
66
"test-multi-registry-inputs",
72
73
67
"test-caching-mono-arch-registry",
74
68
"test-caching-multi-arch-registry"
75
0 commit comments