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:
@ -3,7 +3,7 @@ on: push
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest-docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user