ci: adjusted CACHE_NAME

This commit is contained in:
Geoff Bourne 2021-05-21 17:34:05 -05:00
parent 6c94e49732
commit 4c3a329e31

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