Commit Graph
42 Commits
Author SHA1 Message Date
humocs-manandGitHub 54549c5b31 Refactor comments and clean up build.yml
Updated comments for clarity and removed unused variables in the build workflow.
2026-05-17 14:25:11 +02:00
humocs-manandGitHub 36e0a2a0bc Update build workflow to use Skopeo
Refactor build workflow to use Skopeo for image pushing and signing.
2026-05-17 13:59:36 +02:00
humocs-manandGitHub 58e29223b4 Refactor build.yml for Chunkah and image handling
Removed invalid 'image-archive' argument and adjusted annotations for Chunkah run.
2026-05-17 13:34:54 +02:00
humocs-manandGitHub 10245ffc47 Refactor build workflow and optimize chunkah process
Removed commented-out code and unnecessary steps from the build workflow. Updated chunkah optimization process and added image-archive parameter for registry push.
2026-05-17 13:16:01 +02:00
humocs-manandGitHub 3c4ecc8ae9 Update Chunkah run command with correct --rootfs flag 2026-05-17 12:47:46 +02:00
humocs-manandGitHub d5ae4f45d7 Refactor build workflow for image optimization
Updated GitHub Actions workflow to optimize image building and signing process.
2026-05-17 12:36:18 +02:00
dependabot[bot]andGitHub 853fbece1f deps: bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 14:15:12 +00:00
humocs-manandGitHub 3a5f9a18d7 Add cache step for buildah layers
Add caching for buildah layers to improve build performance.
2026-05-10 19:40:12 +02:00
humocs-manandGitHub 37d7d0ec7e Merge pull request #26 from humocs-man/dependabot/github_actions/sigstore/cosign-installer-4.1.2
deps: bump sigstore/cosign-installer from 4.1.1 to 4.1.2
2026-05-08 17:21:50 +02:00
humocs-manandGitHub a5633e89d3 Modify build schedule in GitHub Actions
Updated the cron schedule for the workflow.
2026-05-08 17:20:34 +02:00
dependabot[bot]andGitHub 2f4fb5ff53 deps: bump sigstore/cosign-installer from 4.1.1 to 4.1.2
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003...6f9f17788090df1f26f669e9d70d6ae9567deba6)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 14:14:49 +00:00
humocs-manandGitHub 763a4ad353 Disable scheduled builds in build.yml
Comment out the scheduled cron job in the build workflow.
2026-05-05 18:43:05 +02:00
humocs-manandGitHub 2777d4188b Update cron schedule for build workflow 2026-04-25 14:09:45 +02:00
humocs-manandGitHub 2e77325c2d Update cron schedule for build workflow 2026-04-24 22:32:10 +02:00
humocs-manandGitHub 1e0df58fa4 Simplify GHCR push process in build workflow
Replaced the old push block with a simplified push to GHCR using the redhat-actions/push-to-registry action, streamlining the process and removing unnecessary steps.
2026-04-24 19:41:50 +02:00
humocs-manandGitHub d24b82e6be Update build workflow for OCI image handling 2026-04-24 19:04:26 +02:00
humocs-manandGitHub 5a4d35179c Update comments in build.yml for clarity 2026-04-24 18:46:14 +02:00
humocs-manandGitHub a611e8ee5f Refactor GHCR push step to use OCI format
Updated the push block to use OCI Intermediate Step with zstd compression for better efficiency.
2026-04-24 18:33:10 +02:00
humocs-manandGitHub 73b96c784b Update GHCR push step to use Skopeo with zstd
Replaced the 'Push To GHCR' block with a new implementation using Skopeo for pushing images with zstd compression.
2026-04-24 18:13:30 +02:00
humocs-manandGitHub db2300ae5a Change cron schedule in build.yml
Updated cron schedule to run every 2 days at 10:05 AM.
2026-04-10 16:29:14 +02:00
dependabot[bot]andGitHub df6641ebb4 deps: bump docker/login-action from 4.0.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 14:08:02 +00:00
humocs-manandGitHub b364826d9c Merge pull request #12 from humocs-man/dependabot/github_actions/sigstore/cosign-installer-4.1.1
deps: bump sigstore/cosign-installer from 3.10.0 to 4.1.1
2026-03-27 16:13:26 +01:00
humocs-manandGitHub db6b004bc4 Merge pull request #14 from humocs-man/dependabot/github_actions/docker/login-action-4
deps: bump docker/login-action from 3 to 4
2026-03-27 16:12:24 +01:00
humocs-manandGitHub 4f6a6362ee Merge pull request #13 from humocs-man/dependabot/github_actions/docker/metadata-action-6
deps: bump docker/metadata-action from 5 to 6
2026-03-27 16:12:09 +01:00
dependabot[bot]andGitHub f135798c3a deps: bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 15:04:54 +00:00
dependabot[bot]andGitHub 40ba56f2fa deps: bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 15:04:49 +00:00
dependabot[bot]andGitHub 6163dec2f5 deps: bump docker/metadata-action from 5 to 6
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 15:04:47 +00:00
dependabot[bot]andGitHub a7500a4947 deps: bump sigstore/cosign-installer from 4.1.0 to 4.1.1
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 15:04:44 +00:00
humocs-manandGitHub 2c4d2f9d2b Update build.yml 2026-03-27 16:03:51 +01:00
humocs-manandGitHub 764b1a40d4 Update build.yml 2026-03-26 19:33:01 +01:00
dependabot[bot]andGitHub 255cff19ed deps: bump docker/metadata-action from 5.8.0 to 6.0.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 6.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/c1e51972afc2121e065aed6d45c65596fe445f3f...030e881283bb7a6894de51c315a6bfe6a94e05cf)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 14:13:21 +00:00
humocs-manandGitHub 460f26196f Update docker metadata-action and enhance image labels
Updated docker metadata-action version and added new labels for image metadata.
2026-03-14 08:51:13 +01:00
humocs-manandGitHub 7dad400332 Update Image Metadata step in build workflow 2026-03-14 08:37:10 +01:00
humocs-manandGitHub 68428028ec Disable Image Metadata step in build.yml
Commented out the Image Metadata step in the build workflow.
2026-03-14 07:32:39 +01:00
dependabot[bot]andGitHub 31b5706f2c deps: bump sigstore/cosign-installer from 3.10.0 to 4.1.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/d7543c93d881b35a8faa02e8e3605f69b7a1ce62...ba7bc0a3fef59531c69a25acd34668d6d3fe6f22)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 14:09:25 +00:00
humocs-manandGitHub 8a4925a29b Merge pull request #2 from humocs-man/dependabot/github_actions/actions/checkout-6
deps: bump actions/checkout from 4 to 6
2026-03-13 11:25:09 +01:00
humocs-manandGitHub 843ec3c33a Merge pull request #3 from humocs-man/dependabot/github_actions/docker/login-action-4.0.0
deps: bump docker/login-action from 3.6.0 to 4.0.0
2026-03-13 11:24:40 +01:00
dependabot[bot]andGitHub b3abc5f7e6 deps: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:23:13 +00:00
dependabot[bot]andGitHub 7a4b28a210 deps: bump docker/metadata-action from 5.8.0 to 6.0.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.8.0 to 6.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/c1e51972afc2121e065aed6d45c65596fe445f3f...030e881283bb7a6894de51c315a6bfe6a94e05cf)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:17:02 +00:00
dependabot[bot]andGitHub 3e6173b7b4 deps: bump docker/login-action from 3.6.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...b45d80f862d83dbcd57f89517bcf500b2ab88fb2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 10:16:58 +00:00
humocs-manandGitHub c64489d001 Update build.yml 2026-02-17 17:42:05 +01:00
humocs-manandGitHub 302bbf2239 Initial commit 2026-02-17 17:27:26 +01:00