Skip to content

Commit

Permalink
chore(actions): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent b24f097 commit f20c013
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
build-docker:
name: Build Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test
permissions:
contents: read
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
labels: ${{ steps.extract-custom-labels.outputs.labels }}

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
Expand All @@ -144,7 +144,7 @@ jobs:

test-helm:
name: Run Helm chart tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
jobs:
validate:
name: Run validations
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -39,7 +39,7 @@ jobs:
publish-docker:
name: Publish Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
labels: ${{ steps.extract-custom-labels.outputs.labels }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
Expand All @@ -106,7 +106,7 @@ jobs:

publish-crds:
name: Publish CRD image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defaults:
jobs:
release:
name: Trigger release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write

Expand Down

0 comments on commit f20c013

Please sign in to comment.