ci: added java8-openj9 branch

This commit is contained in:
Geoff Bourne
2021-05-21 22:31:40 -05:00
parent 27571999b2
commit 3aa4dd6c85
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
docker-buildx:
runs-on: ubuntu-20.04
env:
CACHE_NAME: java8-multiarch
CACHE_NAME: java8-openj9
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
@@ -65,7 +65,7 @@ jobs:
uses: docker/build-push-action@v2.4.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# ensure latest base image is used

View File

@@ -30,7 +30,7 @@ jobs:
- test
runs-on: ubuntu-20.04
env:
CACHE_NAME: java8-multiarch
CACHE_NAME: java8-openj9
steps:
- uses: actions/checkout@v2.3.4

View File

@@ -1,4 +1,4 @@
FROM adoptopenjdk:8-jre-hotspot
FROM adoptopenjdk:8-jre-openj9
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"