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 Nov 11, 2024
1 parent 28d86c1 commit 93796a8
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ defaults:
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
@@ -49,7 +49,7 @@ jobs:
build-docker:
name: Build Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test
permissions:
contents: read
@@ -78,7 +78,7 @@ jobs:
images: ${{ steps.prepare-repository-name.outputs.repository }}

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ defaults:
jobs:
publish-docker:
name: Publish Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
@@ -51,7 +51,7 @@ jobs:
images: ${{ steps.prepare-repository-name.outputs.repository }}

- 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: .
@@ -69,7 +69,7 @@ jobs:

update-chart:
name: Update Helm chart
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [publish-docker]

steps:
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ defaults:
jobs:
release:
name: Trigger release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write

0 comments on commit 93796a8

Please sign in to comment.