forked from CCCHH/hedgedoc-expire
Try setting the image explicitly
This commit is contained in:
parent
0f13bf4df4
commit
06522af002
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:16-bullseye
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
|
|
Loading…
Reference in a new issue