mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 13:07:09 +00:00
refactor: rename project from sonr to hway and move Dockerfile
This commit is contained in:
parent
ddee4f0500
commit
659d0fe2e9
@ -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:
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
# For goreleaser
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/hway"]
|
Loading…
x
Reference in New Issue
Block a user