Skip to content

Commit

Permalink
add java 17 container to release workflow (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Jul 27, 2023
1 parent d06d113 commit 04a42ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/eumserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build_and_release:
name: Build and release EUM Server
runs-on: ubuntu-latest
container: openjdk:17-jdk-slim
needs: [test_eum_server]
steps:
- name: Checkout code
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
build_and_publish_docker_images:
name: "Build and Push Docker Images"
runs-on: ubuntu-latest
container: openjdk:17-jdk-slim
needs: build_and_release
environment: release
steps:
Expand Down

0 comments on commit 04a42ae

Please sign in to comment.