Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9ae94c2c | 2024-06-17 20:05:31 | Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||
| 25347c61 | 2024-04-24 12:35:25 | Check GitHub Actions dependencies for updates regularly Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> | ||
| 4aae0ba4 | 2024-04-24 10:38:52 | .github/workflows: update to latest action releases Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | ||
| f0fb4834 | 2022-01-26 11:12:13 | .github/workflows: add main.yml for building fcode-utils upon push This is a GitHub push action that generates a container image from docker/Dockerfile using the fcode-utils-builder image and pushes the result to ghcr.io/openbios/fcode-utils:master for public use. It is essentially a standard Debian 11.2 image with the binaries copied into /usr/bin. Note that this action also creates a zip artifact containing the binaries and localvariables directories to allow simple build testing and verification upon merge. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | ||
| ef9ab22c | 2022-01-26 10:53:11 | .github/workflows: add build-fcode-utils-builder.yml action This is a GitHub manual action that generates a container image from docker/Dockerfile.builder and pushes the result to ghcr.io/openbios/fcode-utils-builder:master for public use. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> |