aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-deploy.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Bump actions/checkout from 4 to 5Gravatar dependabot[bot]2025-08-11-2/+2
| | | | | | | | | | | | | | | | 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] <[email protected]>
* build(deps): bump the ci-dependencies group with 2 updates (#223)Gravatar dependabot[bot]2024-06-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the ci-dependencies group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action). Updates `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) Updates `tclindner/sentry-releases-action` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump kubernetes CI steps to latest versionGravatar Chris Lovering2024-05-07-3/+3
|
* Update build-deploy.yamlGravatar Joe Banks2024-04-14-1/+2
|
* Revert to updated KUBECONFIG secret for deploymentGravatar Chris Lovering2024-02-09-1/+1
|
* Update deploy CI to try and make new kubeconfig secret workGravatar Chris Lovering2024-02-09-2/+1
|
* Update kubeconfig seret to be interpreted as a multi-line stringGravatar Chris Lovering2024-02-09-1/+2
|
* Change deploy workflow to test the new kubeconfigGravatar Chris Lovering2024-02-09-1/+1
|
* Revert back to use KUBECONFIG secret fopr deploymentsGravatar Chris Lovering2024-02-08-1/+1
| | | | This secret has been updated to use the kubeconfig from the successful test
* Change deploy workflow to test the new kubeconfigGravatar Chris Lovering2024-02-08-1/+1
|
* Revert to old kubeconfigGravatar Chris Lovering2024-01-25-1/+1
|
* Bump CI action versionsGravatar Chris Lovering2024-01-25-5/+5
|
* Test new kubeconfig fileGravatar Chris Lovering2024-01-25-1/+1
|
* Pull manifest from infra repoGravatar Chris Lovering2023-08-21-2/+3
|
* Hardcode main branch reference in CIGravatar Chris Lovering2023-05-31-2/+2
| | | | Not doing so caused a bug, as the preious code resolved to just "main" not what we needed.
* Use consistent capitalisation in CIGravatar Chris Lovering2023-05-05-3/+3
|
* Update azure/k8s-deploy to v4Gravatar Chris Lovering2023-05-05-2/+3
|
* Always build Dockerfile in CIGravatar Chris Lovering2023-05-05-6/+2
| | | | Only push to ghcr & deploy if running on default branch
* Seperate build & deploy from lintGravatar shtlrs2023-05-05-0/+77