aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump the github-actions group with 2 updatesdependabot[bot]2025-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 2 updates: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `hadolint/hadolint-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout in the github-actions groupdependabot[bot]2025-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Lint ourselvesMatt Strapp2024-11-011-0/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* docker: use correct image name for docker.ioMatt Strapp2024-10-301-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: only run on vX.Y.Z tagsMatt Strapp2024-10-301-4/+10
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add arm64 to DockerMatt Strapp2024-09-091-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Simplify Dockerfile and BuildMatt Strapp2024-09-091-10/+0
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: Rename things betterMatt Strapp2024-08-071-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump docker/build-push-action from 5 to 6dependabot[bot]2024-08-071-1/+1
| | | | | | | | | | | | | | 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>
* chore: Update workflow names and descriptions for consistencyMatt Strapp2024-08-061-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Allow CI to run when CI files are editedMatt Strapp2024-08-061-2/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump more GHA filesMatt Strapp2024-08-061-2/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* All Good NowMatt Strapp2024-08-061-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Attempt to fixMatt Strapp2024-08-061-3/+6
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Unleash the locust CIMatt Strapp2024-08-061-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add dockerMatt Strapp2024-08-061-0/+54
Signed-off-by: Matt Strapp <matt@mattstrapp.net>