mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-16 23:23:06 +00:00
ci: adjusted CACHE_NAME
This commit is contained in:
parent
6c94e49732
commit
4c3a329e31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue