Skip to content

Commit

Permalink
Fix release workflow and set zumble as entrypoint instead
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jan 15, 2024
1 parent 25b8d60 commit ece9138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/publish-binaries.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
name: Create release and publish binaries
name: Publish binaries
on:
push:
tags:
- 'v*'
release:
types: [published]
jobs:
create_release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
publish_binaries:
needs: create_release
name: release ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ EXPOSE 8080/tcp

ENV RUST_LOG=info

CMD ["/zumble"]
ENTRYPOINT ["/zumble"]

0 comments on commit ece9138

Please sign in to comment.