Skip to content

Commit

Permalink
delete goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Nov 10, 2023
1 parent c63f505 commit 7f6972f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 127 deletions.
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
docker
.github
.goreleaser.yaml
flake.lock
flake.nix
sources
README.md
Makefile
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'
Expand Down Expand Up @@ -113,6 +115,7 @@ jobs:
type=schedule
# tag event
type=ref,event=tag
type=sha,event=tag
# pull request event
type=sha,event=pr
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/release.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions .goreleaser.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions docker/gorelease.Dockerfile

This file was deleted.

0 comments on commit 7f6972f

Please sign in to comment.