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
|
# 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:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# For goreleaser
|
# For goreleaser
|
||||||
FROM scratch
|
FROM scratch
|
||||||
ENTRYPOINT ["/hway"]
|
ENTRYPOINT ["/hway"]
|
Loading…
x
Reference in New Issue
Block a user