ci : use ubuntu-22.04 instead of ubuntu-latest

This commit is contained in:
Georgi Gerganov
2025-02-03 19:50:24 +02:00
parent b8ab126343
commit 234460987e
5 changed files with 31 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Push Docker image to Docker Hub
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
COMMIT_SHA: ${{ github.sha }}
strategy: