Skip to content

Commit

Permalink
chore: fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
GrassBlock1 authored Apr 25, 2024
1 parent 35850fd commit e203d90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
innei/mx-server
grassblock/mx-space-core
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
innei/mx-server
grassblock/mx-space-core
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -164,7 +164,7 @@ jobs:
context: .
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }},innei/mx-server:latest
labels: ${{ steps.meta.outputs.labels }},grassblock/mx-space-core:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
app:
container_name: mx-server
image: innei/mx-server:5
image: grassblock/mx-space-core:5
command: bash ./docker-run.sh
environment:
- TZ=Asia/Shanghai
Expand Down
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ENV TZ=Asia/Shanghai

EXPOSE 2333
CMD echo "MixSpace Server Image." && sh
CMD bash ./docker-run.sh

0 comments on commit e203d90

Please sign in to comment.