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 a5d42ec commit 994d36cCopy full SHA for 994d36c
actions/prepare-multi-arch-matrix/action.yml
@@ -14,7 +14,8 @@ inputs:
14
default: "true"
15
registry-prefix:
16
description: Registry and namespace prefix (e.g., "ghcr.io/owner")
17
- required: true
+ required: false
18
+ default: ghcr.io/${{ github.repository_owner }}
19
20
outputs:
21
matrix:
actions/publish-multi-arch-manifest/action.yml
@@ -28,7 +28,8 @@ inputs:
28
required: true
29
30
31
32
33
34
runs:
35
using: composite
0 commit comments