Commit Graph

98 Commits

Author SHA1 Message Date
David Karlsson f4e7b3925d ci: add unused-media target to validate matrix
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-20 19:10:22 +02:00
David Karlsson b7fb29eb62 ci: only run vale for on pull requests
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-30 12:51:51 +02:00
David Karlsson d1bcdbef57 ci: add vale lint
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-29 16:22:18 +02:00
dependabot[bot] c496d97f95
build(deps): bump peter-evans/create-pull-request from 6.0.4 to 6.0.5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](9153d834b6...6d6857d369)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 01:17:51 +00:00
dependabot[bot] 0766fd127b
build(deps): bump peter-evans/create-pull-request from 6.0.3 to 6.0.4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](c55203cfde...9153d834b6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 01:10:32 +00:00
dependabot[bot] 644e1db68e
build(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.3
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](70a41aba78...c55203cfde)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 01:18:15 +00:00
David Karlsson 82aa9f7979
Merge pull request #19597 from dvdksn/bump-action-labeler-v5
deps: bump and pin actions/labeler@v5
2024-03-27 16:48:25 +01:00
dependabot[bot] 0edee8fe40
build(deps): bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](a4f52f8033...70a41aba78)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 02:00:15 +00:00
David Karlsson e4aaa11f29 deps: bump and pin actions/labeler@v5
- Upgrades node16 to node20
- Uses dot: true by default

https://github.com/actions/labeler/releases/tag/v5.0.0

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-11 17:58:26 +01:00
David Karlsson eff1cecf26 s3: fix content-type response header for webp
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-04 15:38:20 +01:00
dependabot[bot] 3f40526fbf
build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...a4f52f8033)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 01:45:06 +00:00
David Karlsson 945137496f ci: fix validate upstream workflow
Moving the CLI reference files caused the upstream validation workflow
to break.

This changes the logic in how placeholder files are created in the
validation workflow, to match the new filesystem structure for markdown
stubs.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-22 09:25:46 +01:00
David Karlsson 594616d8d6 Revert "ci: add vale style check"
This reverts commit e053b75ad7.
2024-02-16 10:25:44 +01:00
David Karlsson e053b75ad7 ci: add vale style check
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-16 09:58:16 +01:00
David Karlsson aa2726dfd5 ci: use ubuntu-22.04
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-16 09:44:45 +01:00
CrazyMax 9735ff8a2f
ci(validate-upstream): note about update strategy
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-01-26 09:41:38 +01:00
CrazyMax e6405bada4
ci: bump actions/download-artifact to 4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-01-26 09:31:47 +01:00
David Karlsson b9f0fc451a ci: auto-label pull requests
Use the official labeler action to automatically assign labels to PRs
based on the edited files.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-21 14:43:37 +01:00
dependabot[bot] 12e7626143
build(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 01:54:19 +00:00
CrazyMax 6242948571
Merge pull request #18175 from docker/dependabot/github_actions/docker/bake-action-4
build(deps): bump docker/bake-action from 3 to 4
2023-10-26 21:12:38 -07:00
CrazyMax 5c4674858c
Merge pull request #18176 from docker/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
2023-10-26 21:12:21 -07:00
David Karlsson dc700fc2a9 ci: speed up validate-upstream workflow
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-17 09:35:20 +02:00
David Karlsson 16483586b4
Merge pull request #18433 from dvdksn/fix-validate-upstream
ci: fix validate-upstream workflow
2023-10-16 19:44:03 +02:00
David Karlsson 5105fd9f53 relase: disable provenance attestations
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-16 17:54:42 +02:00
David Karlsson ae5350af10 ci: fix validate-upstream workflow
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-16 17:25:10 +02:00
dependabot[bot] 1c29fc61bd
build(deps): bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 01:52:51 +00:00
dependabot[bot] bbbf1a120d
build(deps): bump docker/bake-action from 3 to 4
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3 to 4.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 01:52:49 +00:00
dependabot[bot] 687444c96b
build(deps): bump aws-actions/configure-aws-credentials from 3 to 4
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v3...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 01:31:13 +00:00
dependabot[bot] d32d4acd02
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 02:06:53 +00:00
CrazyMax f0790796af
ci: missing concurrency checks
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-08-24 10:23:26 +02:00
CrazyMax 4ba0306c81
Merge pull request #18019 from docker/dependabot/github_actions/docker/bake-action-3
build(deps): bump docker/bake-action from 2 to 3
2023-08-24 10:21:49 +02:00
CrazyMax efc5106543
Merge pull request #18021 from docker/dependabot/github_actions/aws-actions/configure-aws-credentials-3
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3
2023-08-24 10:21:38 +02:00
dependabot[bot] a8f4c62f08
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 3.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v3)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:33 +00:00
dependabot[bot] 8f1687ff21
build(deps): bump peter-evans/create-pull-request from 5.0.0 to 5.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](5b4a9f6a9e...153407881e)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:31 +00:00
dependabot[bot] ff3005271e
build(deps): bump docker/bake-action from 2 to 3
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 08:19:27 +00:00
David Karlsson 92bccbcf15 release: remove unnecessary build-arg
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 21:52:42 +02:00
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00
David Karlsson 2d44be0fc0 ci: replace htmlproofer with wjdp/htmltest
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:38:51 +02:00
David Karlsson 8f34ac4f20 ci: fix auto-publish workflow
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 10:04:30 +02:00
David Karlsson 7299fb4d9b ci: add checkout for merge job
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:42:25 +02:00
David Karlsson b0492452b6 ci: remove yaml anchors
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:28:26 +02:00
David Karlsson 647ffabdbe
ci: automate publishing (#17086)
* ci: automate publishing

Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>

---------

Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2023-04-11 20:26:29 +02:00
CrazyMax 48fe03dfde
ci: fix validate upstream workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-13 16:28:01 +01:00
CrazyMax f5ea2543bf
ci: create placeholder file for new commands before validation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-24 15:25:23 +01:00
David Karlsson 9b1d95713d chore: prevent publish job from running on forks 2022-12-07 14:33:13 +01:00
CrazyMax 86e810c6d8
ci(validate-upstream): use ref name
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-10 15:03:32 +01:00
CrazyMax 59db517459
ci(validate-upstream): fix typo
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-01 19:50:17 +01:00
CrazyMax e626998699
ci: validate upstream reusable workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-01 18:21:17 +01:00
CrazyMax 5f1b0f4f36
ci(deploy): set fetch-depth to 0 with checkout action
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-26 23:59:04 +02:00
David Karlsson 543abbe669 updated gha workflows 2022-10-19 16:18:18 +02:00