mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 11:03:43 +00:00
chore: remove docker-entrypoint.sh from goreleaser configuration
This commit is contained in:
@@ -91,7 +91,6 @@ dockers:
|
||||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
@@ -115,7 +114,6 @@ dockers:
|
||||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: arm
|
||||
@@ -140,7 +138,6 @@ dockers:
|
||||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- docker-entrypoint.sh
|
||||
- use: buildx
|
||||
goos: linux
|
||||
goarch: arm
|
||||
@@ -165,7 +162,6 @@ dockers:
|
||||
dockerfile: Dockerfile
|
||||
extra_files:
|
||||
- config.toml.sample
|
||||
- docker-entrypoint.sh
|
||||
|
||||
docker_manifests:
|
||||
- name_template: "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest"
|
||||
|
||||
Reference in New Issue
Block a user