Skip to content

Commit a3b05b2

Browse files
committed
fix(ci): just cleaning things up
1 parent 52be81d commit a3b05b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-latest-crossplane-composition.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Login to GitHub Container Registry
1717
uses: docker/login-action@v3
1818
with:
19-
logout: false
2019
registry: ghcr.io
2120
username: ${{ github.actor }}
2221
password: "${{ secrets.GITHUB_TOKEN }}"
@@ -35,5 +34,5 @@ jobs:
3534
- name: Publish Configuration package to GHCR
3635
run: |
3736
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
37+
crossplane xpkg push --verbose --package-files=package.xpkg ghcr.io/jacaudi/nextdns-crossplane-composition:latest
3938

0 commit comments

Comments
 (0)