Switch runs-on to use docker-capable image
All checks were successful
Push Workflows / docker-build (push) Successful in 14m26s
All checks were successful
Push Workflows / docker-build (push) Successful in 14m26s
This commit is contained in:
parent
2d0ba8b7e0
commit
ac5af8d194
@ -3,7 +3,7 @@ on: push
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user