Change image used for build
This commit is contained in:
parent
974af94820
commit
4421a7f8af
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build_docker_images.yml
vendored
8
.github/workflows/build_docker_images.yml
vendored
|
@ -6,10 +6,14 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: maven:latest
|
||||
runs-on: ubuntu:latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up JDK11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
@ -24,7 +28,7 @@ jobs:
|
|||
name: Package
|
||||
path: staging
|
||||
|
||||
push:
|
||||
docker_push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Add table
Reference in a new issue