Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 187fbb4 commit 0823df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
reader_build_image:
name: Build reader docker image (and publish on master)
needs: [ reader-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
translator_build_image:
name: Build translator docker image (and publish on master)
needs: [ translator-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
update-kubernetes-image-tags:
name: Updates Kubernetes image tags
needs: [ reader_build_image, translator_build_image ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency:
group: "update-kubernetes-image-tags"
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 0823df5

Please sign in to comment.