aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-deploy.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Bump azure/setup-kubectl from 4.0.0 to 4.0.1Gravatar dependabot[bot]2025-07-18-1/+1
| | | | | | | | | | | --- updated-dependencies: - dependency-name: azure/setup-kubectl dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump docker/build-push-action from 5 to 6 (#1345)Gravatar dependabot[bot]2024-06-18-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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update deployment manifest pathGravatar Joe Banks2024-04-15-1/+1
|
* Update deployment manifest with new namespaceGravatar Joe Banks2024-04-15-0/+1
|
* Bump Azure/k8s-deploy from 4 to 5 (#1263)Gravatar dependabot[bot]2024-03-21-1/+1
| | | | | | | | | | | | | | | | Bumps [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) from 4 to 5. - [Release notes](https://github.com/azure/k8s-deploy/releases) - [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-deploy/compare/v4...v5) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump azure/setup-kubectl to v4.0.0Gravatar Chris Lovering2024-03-11-1/+1
| | | | a v4 tag doesn't exist on the repo, see https://github.com/Azure/setup-kubectl/issues/100
* Bump azure/k8s-set-context from 3 to 4Gravatar dependabot[bot]2024-03-11-1/+1
| | | | | | | | | | | | | | Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Update deployment CI to pull manifest from infra repoGravatar Chris Lovering2023-09-18-5/+3
|
* Bump docker/setup-buildx-action from 2 to 3Gravatar dependabot[bot]2023-09-13-1/+1
| | | | | | | | | | | | | | 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] <[email protected]>
* Bump docker/login-action from 2 to 3Gravatar dependabot[bot]2023-09-13-1/+1
| | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump docker/build-push-action from 4 to 5Gravatar dependabot[bot]2023-09-13-1/+1
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump actions/checkout from 3 to 4 (#1092)Gravatar dependabot[bot]2023-09-05-2/+2
| | | | | | | | | | | | | | | | 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use the correct id for the sha-tag inputGravatar Chris Lovering2023-03-21-2/+2
|
* use provided sha-tag from inputGravatar shtlrs2023-03-21-2/+2
|
* fix indentation for k8s-deploy job's inputsGravatar shtlrs2023-03-20-2/+2
|
* merge buid & deploy CIsGravatar shtlrs2023-03-06-0/+88
|
* Restructure Build & Deploy sequence in CIGravatar Sebastiaan Zeeff2020-11-24-70/+0
| | | | | | | | | | | | | I've restructured the build & deploy sequence in our GitHub Actions CI workflow: - There's now a separate workflow to deploy to our cluster - The Build workflow has an additional `if` check to ensure we're only starting the build & deploy sequences for pushes to master - We now checkout the python-discord/kubernetes repo to fetch the deployment.yaml file located in there
* Insert missing "jobs" yaml tagGravatar Sebastiaan Zeeff2020-11-19-1/+1
|
* Ensure that flake8 runs on PR changesGravatar Sebastiaan Zeeff2020-11-19-0/+70
Unfortunately, the way we previously set up our workflow caused flake8 to run on code already committed to master, not the changes made in a PR, because it ran in the context of the target branch. This is obviously useless when it comes to protecting our codebase from linting errors. I've now set up flake8 in a different way, using Workflow Commands to create error annotions. I've also split up the workflow into two separate workflows.