You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): make GitHub-hosted fallback actually build and test (#5814)
* fix(ci): make GitHub-hosted fallback actually build and test
* fix(ci): drop unused build-args passthrough so the heap ceiling can't be overridden
* chore(ci): trim comments to the non-obvious constraints
* fix(ci): build the app image on a larger runner in GitHub mode
Copy file name to clipboardExpand all lines: .github/actions/cache-mount/action.yml
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,18 @@ description: Mount a build cache directory using Blacksmith sticky disks, or the
3
3
4
4
inputs:
5
5
provider:
6
-
description: Empty or 'blacksmith' selects sticky disks. Any other value selects actions/cache. Must stay byte-identical to the runs-on predicate in the calling workflow.
Copy file name to clipboardExpand all lines: .github/actions/docker-build/action.yml
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ description: Set up a buildx builder and build/push an image, using Blacksmith's
3
3
4
4
inputs:
5
5
provider:
6
-
description: Empty or 'blacksmith' selects Blacksmith's builder. Any other value selects the upstream docker/* actions. Must stay byte-identical to the runs-on predicate in the calling workflow.
6
+
description: Empty or 'blacksmith' selects Blacksmith's builder; anything else selects the docker/* actions.
7
7
required: false
8
8
default: ''
9
9
context:
@@ -20,10 +20,8 @@ inputs:
20
20
description: Comma-separated list of tags to push.
21
21
required: true
22
22
23
-
# Registry logins must already have run in the calling job — both backends read
24
-
# the same ~/.docker/config.json. provenance/sbom stay off everywhere: the
25
-
# attestation manifests they add break `imagetools create` retagging in the
26
-
# promote-images and create-ghcr-manifests jobs.
23
+
# Registry logins must precede this action. provenance/sbom stay off: attestation
24
+
# manifests break `imagetools create` retagging in promote-images.
0 commit comments