migrate from openjdk base image to eclipse-temurin (#3449)

* migrate from openjdk base image to eclipse-temurin

https://hub.docker.com/_/openjdk has been deprecated for some time and will no longer get security updates

* Update publish.yml

* Update release-filament.yml
This commit is contained in:
George Adams 2022-12-23 12:46:15 +00:00 committed by GitHub
parent 9cf8b97faf
commit b834c10efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ jobs:
java: [17-jdk, 18-jdk]
runs-on: ubuntu-22.04
container:
image: openjdk:${{ matrix.java }}
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v3
@ -23,7 +23,7 @@ jobs:
test-build-logic:
runs-on: ubuntu-22.04
container:
image: openjdk:18-jdk
image: eclipse-temurin:18-jdk
options: --user root
steps:
- uses: actions/checkout@v3

View File

@ -6,7 +6,7 @@ jobs:
if: ${{ github.repository_owner == 'FabricMC' }}
runs-on: ubuntu-22.04
container:
image: openjdk:18-jdk
image: eclipse-temurin:18-jdk
options: --user root
steps:
- uses: actions/checkout@v3

View File

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-22.04
container:
image: openjdk:18-jdk
image: eclipse-temurin:18-jdk
options: --user root
steps:
- uses: actions/checkout@v3
@ -12,4 +12,4 @@ jobs:
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}