chore: missed examples dir in goreleaser job

This commit is contained in:
jamesread 2026-06-19 17:28:04 +01:00
parent a3413c0bc3
commit f270147dc0
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ archives:
- README.md
- src: Dockerfile.singlearch
dst: Dockerfile
- examples/backupScript.sh
- webui
- var
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
@ -103,6 +104,7 @@ dockers_v2:
- var/entities/
- config.yaml
- var/helper-actions/
- examples/backupScript.sh
labels:
org.opencontainers.image.revision: "{{ .FullCommit }}"
org.opencontainers.image.version: "{{ .Tag }}"