mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
refactor: rename project from sonr to hway and move Dockerfile
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user