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

View File

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