Skip to content

Commit 994d36c

Browse files
committed
Set default registry-prefix
1 parent a5d42ec commit 994d36c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

actions/prepare-multi-arch-matrix/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ inputs:
1414
default: "true"
1515
registry-prefix:
1616
description: Registry and namespace prefix (e.g., "ghcr.io/owner")
17-
required: true
17+
required: false
18+
default: ghcr.io/${{ github.repository_owner }}
1819

1920
outputs:
2021
matrix:

actions/publish-multi-arch-manifest/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ inputs:
2828
required: true
2929
registry-prefix:
3030
description: Registry and namespace prefix (e.g., "ghcr.io/owner")
31-
required: true
31+
required: false
32+
default: ghcr.io/${{ github.repository_owner }}
3233

3334
runs:
3435
using: composite

0 commit comments

Comments
 (0)