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 52be81d commit a3b05b2Copy full SHA for a3b05b2
.github/workflows/publish-latest-crossplane-composition.yml
@@ -16,7 +16,6 @@ jobs:
16
- name: Login to GitHub Container Registry
17
uses: docker/login-action@v3
18
with:
19
- logout: false
20
registry: ghcr.io
21
username: ${{ github.actor }}
22
password: "${{ secrets.GITHUB_TOKEN }}"
@@ -35,5 +34,5 @@ jobs:
35
34
- name: Publish Configuration package to GHCR
36
run: |
37
echo "### Publish .xpkg to GHCR"
38
- crossplane xpkg push --domain=oci://ghcr.io --package-files=package.xpkg ghcr.io/jacaudi/nextdns-crossplane-composition:latest --verbose
+ crossplane xpkg push --verbose --package-files=package.xpkg ghcr.io/jacaudi/nextdns-crossplane-composition:latest
39
0 commit comments