refactor: rename project from sonr to hway and move Dockerfile

This commit is contained in:
Prad Nukala 2025-01-06 14:49:04 -05:00
parent ddee4f0500
commit 659d0fe2e9
2 changed files with 2 additions and 8 deletions

View File

@ -1,11 +1,6 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
version: 2
project_name: sonr
hooks:
before:
- export RELEASE_DATE="$(date +%Y).$(date +%V).$(date +%u)"
- echo "Release date is $RELEASE_DATE"
project_name: hway
builds:
- id: hway
@ -95,6 +90,7 @@ dockers:
- onsonr/hway:latest
- ghcr.io/onsonr/hway:{{ .Tag }}
- ghcr.io/onsonr/hway:latest
dockerfile: ./docker/Dockerfile
announce:
telegram:

View File

@ -1,5 +1,3 @@
# For goreleaser
FROM scratch
ENTRYPOINT ["/hway"]