dependabot[bot]
|
6b8437d2b5
|
chore(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)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [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>
|
2025-11-27 08:54:22 +00:00 |
|
CrazyMax
|
8ba51ac4ee
|
check provenance attestation set in bake definition before overriding
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-11-26 12:30:19 +01:00 |
|
dependabot[bot]
|
5b9bf92d49
|
chore(deps): Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-04 23:01:25 +00:00 |
|
CrazyMax
|
5efdf4de8d
|
Merge pull request #338 from crazy-max/call-input
call input to set method for evaluating build
|
2025-08-20 16:19:54 +02:00 |
|
CrazyMax
|
ba406cd72e
|
subaction: check expected output
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-08-14 10:14:36 +02:00 |
|
CrazyMax
|
1d0c0ffa52
|
list-targets: deprecation notice
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-08-14 10:14:36 +02:00 |
|
CrazyMax
|
68cf998b48
|
matrix subaction
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-08-14 10:14:36 +02:00 |
|
CrazyMax
|
24d8c3471c
|
call input to set method for evaluating build
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-08-14 09:48:36 +02:00 |
|
dependabot[bot]
|
72003b9fac
|
chore(deps): Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-12 09:45:44 +00:00 |
|
CrazyMax
|
ae6e8fe892
|
DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-05-12 14:20:38 +02:00 |
|
CrazyMax
|
76f9fa3a75
|
Merge pull request #316 from crazy-max/fix-no-default-attest
test / test (push) Failing after 16s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
ci / bake (default) (push) Failing after 5s
ci / error-msg (push) Failing after 3s
ci / error-check (push) Failing after 3s
ci / standalone (push) Failing after 3s
ci / remote (push) Failing after 3s
ci / provenance () (push) Failing after 2s
ci / provenance (builder-id=foo) (push) Failing after 2s
ci / provenance (false) (push) Failing after 2s
ci / bake (release) (push) Failing after 25s
ci / provenance (mode=max) (push) Failing after 3s
ci / sbom (/tmp/bake-build, binary) (push) Failing after 5s
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Failing after 5s
ci / provenance (true) (push) Failing after 10s
ci / group (push) Failing after 5s
ci / docker-config-malformed (push) Failing after 3s
ci / proxy-docker-config (push) Failing after 5s
ci / proxy-buildkitd (push) Failing after 5s
ci / git-context (push) Failing after 3s
ci / git-context-and-local (push) Failing after 3s
ci / multi-output (push) Failing after 5s
ci / load-and-push (push) Failing after 5s
ci / summary-disable (push) Failing after 3s
ci / summary-disable-deprecated (push) Failing after 3s
ci / summary-not-supported (push) Failing after 2s
ci / record-upload-disable (push) Failing after 2s
ci / record-retention-days (0) (push) Failing after 3s
ci / record-retention-days (2) (push) Failing after 3s
ci / checks (edge) (push) Failing after 3s
ci / checks (v0.14.1) (push) Failing after 2s
ci / annotations-disabled (push) Failing after 2s
ci / allow (edge) (push) Failing after 2s
ci / allow (v0.17.1) (push) Failing after 3s
ci / allow (v0.18.0) (push) Failing after 3s
ci / allow (v0.19.0) (push) Failing after 2s
ci / no-default-attestations (push) Failing after 2s
ci-subaction / list-targets-group (push) Failing after 3s
ci-subaction / list-targets-group-matrix (push) Failing after 3s
ci-subaction / list-targets-multi-files (push) Failing after 3s
ci / set (push) Successful in 1m27s
handle no default attestations env var
|
2025-04-23 18:38:03 +02:00 |
|
CrazyMax
|
c38fbc0209
|
pr-assign-author workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-04-23 14:14:01 +02:00 |
|
CrazyMax
|
ab9ee171b4
|
ci: fix missing source for codecov
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-04-22 14:24:40 +02:00 |
|
CrazyMax
|
656e858067
|
handle no default attestations env var
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-04-09 18:59:04 +02:00 |
|
CrazyMax
|
28af3ee8ff
|
ci: update buildx to edge and buildkit to latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-02-20 11:47:14 +01:00 |
|
CrazyMax
|
8342e4814b
|
Revert "set GIT_AUTH_TOKEN secret if Git context used"
This reverts commit 932b78563b.
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-01-14 14:38:19 +01:00 |
|
CrazyMax
|
932b78563b
|
set GIT_AUTH_TOKEN secret if Git context used
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-01-10 11:33:06 +01:00 |
|
CrazyMax
|
bf35764d1d
|
chore: put context keep dir within the bake definition
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-01-08 13:47:36 +01:00 |
|
CrazyMax
|
23cff4f49a
|
bump actions to latest major
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-01-08 11:10:40 +01:00 |
|
CrazyMax
|
d2bf1df12d
|
default to git context
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2025-01-06 14:10:42 +01:00 |
|
CrazyMax
|
a6f037366a
|
Merge pull request #266 from docker/dependabot/github_actions/codecov/codecov-action-5
chore(deps): Bump codecov/codecov-action from 4 to 5
|
2024-12-02 17:48:19 +01:00 |
|
CrazyMax
|
b6652aadd5
|
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-12-02 17:46:05 +01:00 |
|
CrazyMax
|
3883a2154a
|
allow filesystem entitlements by default
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-11-26 18:33:22 +01:00 |
|
dependabot[bot]
|
d2a866bfbd
|
chore(deps): Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-14 23:28:50 +00:00 |
|
CrazyMax
|
ef43224233
|
ci: publish as immutable action workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-10-25 13:24:32 +02:00 |
|
CrazyMax
|
782be980da
|
list-targets: check targets are set
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-10-08 11:11:38 +02:00 |
|
CrazyMax
|
51e939be13
|
Merge pull request #247 from shink/list-targets/files
list-targets: Allow passing multi-line files
|
2024-10-08 11:09:18 +02:00 |
|
Yuanhao Ji
|
d5f33222b6
|
Allow passing multi-line files
Signed-off-by: Yuanhao Ji <jiyuanhao@apache.org>
|
2024-10-08 17:04:34 +08:00 |
|
CrazyMax
|
c24ab5d426
|
add allow input
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-10-02 16:58:03 +02:00 |
|
CrazyMax
|
bc6f04190c
|
opt to disable github annotations generation for build checks
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-31 14:24:45 +02:00 |
|
CrazyMax
|
5c57af45fc
|
generate GitHub annotations for build checks
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-31 12:13:46 +02:00 |
|
CrazyMax
|
ad6ed14e0e
|
move list-targets docs to its own readme
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-03 20:15:30 +02:00 |
|
CrazyMax
|
bfc525280a
|
rename DOCKER_BUILD_EXPORT_RETENTION_DAYS to DOCKER_BUILD_RECORD_RETENTION_DAYS
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-02 19:07:49 +02:00 |
|
CrazyMax
|
216ea56fab
|
opt to disable build record upload
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-02 19:06:11 +02:00 |
|
CrazyMax
|
bc6d272b50
|
switch DOCKER_BUILD_SUMMARY_DISABLE to DOCKER_BUILD_SUMMARY
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-02 18:52:07 +02:00 |
|
CrazyMax
|
3934de3594
|
rename DOCKER_BUILD_NO_SUMMARY to DOCKER_BUILD_SUMMARY_DISABLE
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-02 15:01:38 +02:00 |
|
CrazyMax
|
b976ed0e11
|
move summary support check right after build
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-07-02 14:19:07 +02:00 |
|
David Karlsson
|
fd05574f2b
|
readme: add section on job summaries
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
|
2024-06-27 13:51:58 +02:00 |
|
CrazyMax
|
ec3e762834
|
use default retention days for build export artifact
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-06-24 10:27:52 +02:00 |
|
CrazyMax
|
f81e4c23c9
|
docs: bump actions to latest major
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-06-17 10:56:19 +02:00 |
|
CrazyMax
|
00f0c171f7
|
DOCKER_BUILD_NO_SUMMARY env to disable summary
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-06-14 16:06:22 +02:00 |
|
CrazyMax
|
dc557970d4
|
ci: switch to stable buildkit image for load and push
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-04-22 16:37:29 +02:00 |
|
CrazyMax
|
f423d25e3d
|
ci: disable registry check for load/push
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-03-13 22:02:33 +01:00 |
|
CrazyMax
|
9c020d87bf
|
ci: test multi output
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-03-12 13:27:00 +01:00 |
|
CrazyMax
|
27bea1331e
|
git context support
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-03-01 09:25:43 +01:00 |
|
CrazyMax
|
8ee01addc6
|
ci: bump gha to latest stable
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2024-02-23 08:55:40 +01:00 |
|
CrazyMax
|
8af72e0be9
|
ci: fix validate workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
|
2023-11-17 10:23:20 +01:00 |
|
CrazyMax
|
c2495acbad
|
ci(validate): use list-targets
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2023-11-16 17:32:36 +01:00 |
|
CrazyMax
|
76ed7c5809
|
list-targets subaction
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2023-11-16 17:32:35 +01:00 |
|
CrazyMax
|
723de4133f
|
chore: github form templates
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
2023-09-13 09:31:39 +02:00 |
|