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