Update .github/workflows/release.yml
This commit is contained in:
parent
44079faabd
commit
fec849790a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,7 +12,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: eclipse-temurin:19-jdk
|
image: eclipse-temurin:19-jdk
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
Loading…
Reference in a new issue