mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-05 07:37:19 +00:00
Merge branch 'multiarch' into multiarch-latest
# Conflicts: # .github/workflows/build-multiarch.yml
This commit is contained in:
commit
cb5d052829
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
DOCKER_IMAGE=itzg/minecraft-server
|
||||
VERSION=edge
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
VERSION=${GITHUB_REF#refs/tags/v}
|
||||
VERSION=${GITHUB_REF#refs/tags/}
|
||||
fi
|
||||
if [[ $GITHUB_REF == refs/heads/* ]]; then
|
||||
VERSION=${GITHUB_REF#refs/heads/}
|
||||
|
|
Loading…
Add table
Reference in a new issue