CI: run jobs on debian-latest runner image
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [debian-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
# build & push image only on tags (releases)
|
# build & push image only on tags (releases)
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: [debian-latest]
|
||||||
env:
|
env:
|
||||||
# dind sidecar listens on tcp; job containers reach it via the docker bridge gateway
|
# dind sidecar listens on tcp; job containers reach it via the docker bridge gateway
|
||||||
DOCKER_HOST: tcp://172.17.0.1:2375
|
DOCKER_HOST: tcp://172.17.0.1:2375
|
||||||
|
|||||||
Reference in New Issue
Block a user