mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2025-07-04 14:22:36 +00:00
Fixed typo in ubuntu image version
This commit is contained in:
parent
a1f3a9e38f
commit
593f1808ce
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test:
|
build-test:
|
||||||
runs-on: ubuntu-24.0.4
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
# Run tests
|
# Run tests
|
||||||
- run: poetry run pytest --prebuild
|
- run: poetry run pytest --prebuild
|
||||||
build-push:
|
build-push:
|
||||||
runs-on: ubuntu-24.0.4
|
runs-on: ubuntu-24.04
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
image: registry:2
|
image: registry:2
|
||||||
|
Loading…
Reference in New Issue
Block a user