Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ env:

# The OCI/Docker Repository to push our images to.
# By Default this points to Github Package Registry.
XPKG_REPO: ghcr.io/${{ github.repository_owner }}
# XPKG_REPO: ghcr.io/${{ github.repository_owner }}

# The example template pushes to Upbound Marketplace
XPKG_REPO: xpkg.upbound.io/${{ github.repository_owner }}

# Names for the Configuration and corresponding Function Packages
XPKG_NAME: ${{ github.event.repository.name }}
# The function package
Expand Down