Skip to content

ci: push to ghcr.io using version tag #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
May 20, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f3686f1
chore: replace upbound ci work with ghcr.io login and push
mariatsji May 13, 2025
fa5a21e
chore: overwrite template package.yaml
mariatsji May 13, 2025
766bca4
Update package/crossplane.yaml
mariatsji May 14, 2025
e4788be
Update package/crossplane.yaml
mariatsji May 14, 2025
651d0c8
Merge branch 'main' into ghcr-io
mariatsji May 14, 2025
6adfbf3
don't manually include package metadata in docker image, crossplane x…
mariatsji May 14, 2025
6cc0f39
test push on ghcr-io
mariatsji May 15, 2025
6104230
remove superflous = in ci push command
mariatsji May 16, 2025
dd0300f
chore: remove protocol from xpkg push command
mariatsji May 16, 2025
5b31cab
chore: login to ghcr.io
mariatsji May 16, 2025
763b29a
chore: add .github
mariatsji May 16, 2025
967da41
Update .github/workflows/ci.yml
mariatsji May 16, 2025
7d25d4b
Merge branch 'main' into ghcr-io
mariatsji May 16, 2025
ef59819
ci: upload using github.ref_name
mariatsji May 18, 2025
c12381d
Merge branch 'main' into ghcr-io
mariatsji May 18, 2025
d598dd0
ci: try github.ref
mariatsji May 18, 2025
9c286f8
attempt latest_tag
mariatsji May 18, 2025
0464a01
closer to inlined
mariatsji May 18, 2025
00731b5
use env
mariatsji May 18, 2025
c0a246c
try to use docker/metadata-action
mariatsji May 18, 2025
8a1b2b6
single colon
mariatsji May 18, 2025
e57aa74
try github.ref_name again
mariatsji May 18, 2025
8154c98
only on branch main
mariatsji May 18, 2025
87b3ff4
ci: use basename to format a git tag suitable for image tag
mariatsji May 19, 2025
4c71be2
ci: don't build for arm64
mariatsji May 19, 2025
8e0c1fa
ci: include matrix.arch in package name to avoid collisions in the fu…
mariatsji May 19, 2025
2cfeb85
chore: add extra if to make sure we only push package on tag push
mariatsji May 19, 2025
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
Prev Previous commit
Next Next commit
ci: don't build for arm64
  • Loading branch information
mariatsji committed May 19, 2025
commit 4c71be2eff7ef127062a3bfdeff05fc1feddfb33
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
matrix:
arch:
- amd64
- arm64
steps:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down