We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a38b6 + 5b9d471 commit ca70760Copy full SHA for ca70760
.github/workflows/publish-feature.yml
@@ -22,5 +22,7 @@ jobs:
22
with:
23
publish-features: "true"
24
base-path-to-features: "./src"
25
+ oci-registry: "ghcr.io"
26
+ features-namespace: "${{ github.repository_owner }}/features"
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments