Skip to content

Commit

Permalink
refactor: remove docker build and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 8, 2024
1 parent 2970497 commit e928ce2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,6 @@ brews:
branch: master
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"

# .goreleaser.yaml
dockers:
- # Sonr Binary
id: sonrd
goos: linux
goarch: amd64
ids:
- sonr
image_templates:
- "onsonr/sonrd:latest"
- "onsonr/sonrd:{{ .Tag }}"
dockerfile: "./deploy/sonrd.Dockerfile"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title=sonrd"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"

announce:
telegram:
enabled: true
Expand Down
3 changes: 0 additions & 3 deletions deploy/Dockerfile

This file was deleted.

File renamed without changes.

0 comments on commit e928ce2

Please sign in to comment.