Skip to content

Commit

Permalink
fix: docker build, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 30, 2024
1 parent 8a372bc commit 3b59e3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
endstone/endstone
ghcr.io/endstonemc/endstone
tags: |
type=raw,value=latest,enable=${{is_default_branch}}
type=raw,value=latest,enable={{ is_default_branch }}
type=pep440,pattern={{version}}
- name: Build and Push
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ functionalities.

### Build Status

| System | Build Status |
|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Windows x86_64 | [![Endstone CI (Windows)](https://github.com/EndstoneMC/endstone/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/ci-windows.yml) |
| Linux x86_64 | [![Endstone CI (Linux)](https://github.com/EndstoneMC/endstone/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/ci-linux.yml) |
| System | Build Status |
|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Windows x86_64 | [![Windows](https://github.com/EndstoneMC/endstone/actions/workflows/windows.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/windows.yml) |
| Linux x86_64 | [![Linux](https://github.com/EndstoneMC/endstone/actions/workflows/linux.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/linux.yml) |
| Wheel | [![Wheel](https://github.com/EndstoneMC/endstone/actions/workflows/wheel.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/wheel.yml) |
| Docker | [![Docker](https://github.com/EndstoneMC/endstone/actions/workflows/docker.yml/badge.svg)](https://github.com/EndstoneMC/endstone/actions/workflows/docker.yml) |

## 🛠️ Installation [🔝](#-table-of-contents)

Expand Down

0 comments on commit 3b59e3e

Please sign in to comment.