Skip to content

Commit f1a1947

Browse files
committed
fix(ci): remove unnecessary domain flag from GHCR push command
1 parent 281b892 commit f1a1947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: Publish Configuration package to GHCR
3535
run: |
3636
echo "### Publish .xpkg to GHCR"
37-
crossplane xpkg push --domain=https://ghcr.io --package-files=package.xpkg ghcr.io/jacaudi/nextdns-crossplane-composition:latest --verbose
37+
crossplane xpkg push --package-files=package.xpkg ghcr.io/jacaudi/nextdns-crossplane-composition:latest --verbose
3838

0 commit comments

Comments
 (0)