Compare commits

...
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
docker-buildx:
runs-on: ubuntu-20.04
env:
CACHE_NAME: master
CACHE_NAME: java11
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
@@ -41,7 +41,7 @@ jobs:
type=ref,event=tag
type=edge,branch=master
flavor: |
latest=true
latest=false
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM adoptopenjdk:16-jre
FROM adoptopenjdk:11-jre
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"