copilot-swe-agent[bot]
1cf1a20fea
Improve readability of release permission detection
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
4abf322a1e
Deduplicate release permission warning in workflow
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
f9ad45439e
Refine scheduled release failure annotations
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
9ff063bf6d
Clarify permission error condition in scheduled build
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
ea94d20ef3
Improve gh release permission failure handling
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
784dc69f1e
Harden release permission error detection in scheduled build
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
cb4384832b
Handle release creation permission errors in scheduled build
2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot]
dd4a993654
Fix indentation in scheduled build workflow
2026-06-02 09:40:26 -07:00
Jeshua Ben Joseph and Copilot Autofix powered by AI
831fbc2060
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-02 09:31:47 -07:00
copilot-swe-agent[bot]
3e6f99e74c
Fix scheduled-build release tag parsing
2026-06-02 09:31:47 -07:00
Houssem eXo
4a0a4053ae
Fix weekly release builds
...
- Fix quote handling in gh release list output
- Gracefully skip tracks without existing releases
- Increase release search limit to 100
- Add conditional checks to subsequent steps
2026-06-02 09:14:59 -07:00
Houssem eXo
8128153b6f
Add Ubuntu 26.04 "Resolute" as a supported base image track alongside the existing Noble (24.04) and Jammy (22.04) tracks.
...
Changes:
main.yml: add resolute-* tag prefix → ubuntu:26.04 mapping
scheduled-build.yml: add Resolute matrix entry to weekly security rebuild
prepare.sh: handle DEB822 .sources format (used by Ubuntu 24.04+) alongside legacy sources.list for universe/multiverse activation
README.md: update component table to reflect multi-track support
2026-05-18 13:44:07 -07:00
Skyler Mäntysaari
f5be954731
Add GitHub auth status check step
...
Add step to check GitHub authentication status before creating a release.
2026-03-15 08:01:19 +02:00
Copilot and samip5
c75696af2a
Fix HTTP 403 on gh release create by adding workflow-level permissions ( #654 )
...
* Fix HTTP 403 when creating GitHub releases by adding workflow-level permissions
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com >
2026-02-27 15:59:39 +02:00
Copilot and samip5
c662980686
Add GitHub releases with patch version bumps for scheduled security builds ( #653 )
...
- scheduled-build.yml: Create GitHub release after each weekly security
rebuild with date-stamped tag (e.g. noble-1.0.2-security.20260227)
- scheduled-build.yml: Add date-stamped Docker image tags alongside
existing version and codename tags
- scheduled-build.yml: Bump permissions to contents:write for release
creation
- scheduled-build.yml: Exclude security-tagged releases from base
version lookup to prevent nested tags
- main.yml: Update docker/build-push-action from v5 to v6
- scheduled-build.yml: Update docker/build-push-action from v5 to v6
- stale.yml: Remove deprecated repo-token parameter
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com >
* Replace security date tags with patch version bumps in scheduled builds
The scheduled weekly security build now bumps the patch version
(e.g. noble-1.0.2 -> noble-1.0.3) instead of appending
-security.YYYYMMDD. Each rebuild creates a proper GitHub release
with the new patch tag and pushes Docker images accordingly.
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com >
2026-02-27 15:27:06 +02:00
Copilot and Theaxiom
44a761d9eb
Automated weekly security rebuilds for all active Ubuntu LTS tracks ( #652 )
...
* Add scheduled security builds for multiple LTS tracks (jammy + noble)
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com >
* Address review feedback: checkout at release tag, exclude pre-releases/drafts, warn on unknown tag prefix
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com >
2026-02-27 13:01:16 +02:00
Sebastian Serth
8b34e94fa3
Update GitHub actions to newest versions ( #638 )
...
These changes are required to use NodeJS 20 on GitHub.
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-04-21 00:00:58 +03:00
Jakob Ackermann
f69b7c63be
Remove riscv64 from build platforms ( #633 )
...
The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here.
2024-02-16 13:12:41 +02:00
Arun Sathiya
a7cf854a73
ci: Use GITHUB_OUTPUT envvar instead of set-output command ( #630 )
2024-01-12 12:26:51 +02:00
Skyler Mäntysaari
cc3f8f6fc8
Create .github/FUNDING.yml
2023-03-24 03:44:47 +02:00
Skyler Mäntysaari
9166a3b715
Github CI: Build on release
2022-03-16 17:04:07 +02:00
Olof Nord
4f74b2aec9
Build Docker images for riscv64 with GitHub CI
2021-12-12 19:15:23 +01:00
Skyler Mäntysaari
2f33d79094
Github Templates: Fix the bug report template
2021-09-07 10:38:27 -06:00
Skyler Mäntysaari
8d386a2b68
Github: Adding issue and PR templates [ci-skip]
2021-09-06 10:29:48 -06:00
Travis Rowland
da721f3ba8
Merge pull request #598 from phusion/focal-1.1.0
...
CI: Move to GitHub actions
2021-09-02 16:12:56 -06:00
Skyler Mäntysaari
794379ca49
Implement stale bot
...
This ensures that issues and PRs that are stale for longer than 15 days, and after that 5 days till it's automatically closed.
2021-09-02 23:18:44 +03:00
Skyler Mäntysaari
107a17dd85
CI: Add arm platform too.
...
Fixes : #518
2021-09-02 22:49:53 +03:00
Skyler Mäntysaari
2edaaf9cd4
CI: Update the README and branch to execute on. [ci-skip]
2021-09-02 22:49:28 +03:00
Skyler Mäntysaari
8e9a043cd2
CI: Fix typo
2021-09-02 21:42:40 +03:00
Skyler Mäntysaari
157deafb0e
CI: Github Container Registry too
2021-09-02 21:40:33 +03:00
Skyler Mäntysaari
227465e2d6
CI: Figuring out the branch to image name
2021-09-02 21:09:37 +03:00
Skyler Mäntysaari
18c6aeeafa
Update Github Action
2021-09-02 21:04:44 +03:00
Travis Rowland
a81d149a76
Update GHA file
2021-09-02 11:54:46 -06:00
Skyler Mäntysaari
2a65ac4630
CI: Remember to mimic the Makefile [ci-skip]
2021-09-02 01:39:27 +03:00
Skyler Mäntysaari
d282e2e5e6
CI: Login to Docker Hub and other tweaks
2021-09-02 01:39:27 +03:00