mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-12 13:11:42 +00:00
chore(deps): update dependency ubuntu to v24 (#1293)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f759865b6
commit
c67add30c6
6
.github/workflows/build_container.yaml
vendored
6
.github/workflows/build_container.yaml
vendored
@ -22,7 +22,7 @@ defaults:
|
|||||||
jobs:
|
jobs:
|
||||||
prepare_ci_run:
|
prepare_ci_run:
|
||||||
name: Prepare CI Run
|
name: Prepare CI Run
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }}
|
GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }}
|
||||||
BRANCH: ${{ steps.extract_branch.outputs.BRANCH }}
|
BRANCH: ${{ steps.extract_branch.outputs.BRANCH }}
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
build_image:
|
build_image:
|
||||||
name: Build Container Image
|
name: Build Container Image
|
||||||
needs: prepare_ci_run
|
needs: prepare_ci_run
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }}
|
BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }}
|
||||||
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
name: Upload images to ghcr registry
|
name: Upload images to ghcr registry
|
||||||
needs: [ prepare_ci_run, build_image ]
|
needs: [ prepare_ci_run, build_image ]
|
||||||
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
|
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
||||||
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
|
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
if: needs.release-please.outputs.releases_created == 'true'
|
if: needs.release-please.outputs.releases_created == 'true'
|
||||||
needs:
|
needs:
|
||||||
- release-please
|
- release-please
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
2
.github/workflows/semantic_pr.yaml
vendored
2
.github/workflows/semantic_pr.yaml
vendored
@ -10,7 +10,7 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # Needed for checking out the repository
|
contents: read # Needed for checking out the repository
|
||||||
pull-requests: read # Needed for reading prs
|
pull-requests: read # Needed for reading prs
|
||||||
|
Loading…
Reference in New Issue
Block a user