1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-04 14:22:36 +00:00

Pinned job image version to ubuntu-24.04

This commit is contained in:
Niklas Teichmann 2025-06-30 13:47:25 +02:00
parent ebca21ec95
commit c6e73c04e2

View File

@ -29,7 +29,7 @@ env:
jobs:
build-test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.0.4
strategy:
matrix:
python:
@ -61,7 +61,7 @@ jobs:
# Run tests
- run: poetry run pytest --prebuild
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.0.4
services:
registry:
image: registry:2