Modernize and upgrade application (#1540)

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
Alex Naidis
2025-08-25 04:55:06 +02:00
committed by GitHub
parent 3e51ac1188
commit ff74b50b60
11 changed files with 69 additions and 46 deletions

View File

@@ -3,7 +3,7 @@ name: release-docker
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"
pull_request:
branches:
- master
@@ -15,7 +15,7 @@ concurrency:
jobs:
build-docker-images:
if: ${{ !github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4