mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed extra_files in dockers property
This commit is contained in:
parent
429e5ae920
commit
9556939495
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ dockers:
|
||||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||||
extra_files:
|
extra_files:
|
||||||
- LICENSE
|
- LICENSE.md
|
||||||
- README.md
|
- README.md
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue