aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* merge buid & deploy CIsGravatar shtlrs2023-03-06-58/+0
|
* Bump docker/build-push-action from 3 to 4Gravatar dependabot[bot]2023-01-31-1/+1
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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]>
* Update version referenced in commentGravatar wookie1842023-01-18-1/+1
|
* Stop using deprecated set-output workflow commandGravatar wookie1842023-01-18-1/+1
|
* Bump docker/login-action from 1 to 2Gravatar dependabot[bot]2023-01-17-1/+1
| | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- 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 2 to 3Gravatar dependabot[bot]2023-01-17-1/+1
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- 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 docker/setup-buildx-action from 1 to 2Gravatar dependabot[bot]2023-01-16-1/+1
| | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2) --- 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 actions/checkout from 2 to 3Gravatar dependabot[bot]2023-01-16-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build actionGravatar ks1292021-04-05-2/+2
| | | GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. Also, use `repository_owner` instead of the secret of username.
* master => mainGravatar Joe Banks2021-03-13-1/+1
|
* Fix Git SHA getting in workflowGravatar ks1292020-12-20-1/+1
|
* Set Git SHA during build workflowGravatar ks1292020-12-20-0/+2
|
* Restructure Build & Deploy sequence in CIGravatar Sebastiaan Zeeff2020-11-24-0/+56
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