mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-17 07:33: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:
|
docker-buildx:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
CACHE_NAME: master
|
CACHE_NAME: java11
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
Loading…
Reference in a new issue