diff options
| author | wangwei <[email protected]> | 2024-10-08 10:56:03 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2024-10-08 10:56:03 +0800 |
| commit | 3bb349fee8685019bb5c71cd8086e1562013104c (patch) | |
| tree | 7508b8700b17adb63d01fe33fd407682892af89f | |
| parent | 7f57ab634a93a4da85d12c19d2d198a2d5c80b7f (diff) | |
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -343,9 +343,13 @@ <images> <image> <name> - ${docker.registry}:${docker.registry.port}/${docker.image.prefix}/${project.artifactId}:${v} + ${docker.registry}:${docker.registry.port}/${docker.image.prefix}/${project.artifactId} </name> <build> + <tags> + <tag>latest</tag> + <tag>${v}</tag> + </tags> <assembly> <name>/</name> <descriptor>${project.basedir}/docker/assembly.xml</descriptor> @@ -367,6 +371,9 @@ <platforms> <platform>linux/amd64,linux/arm64</platform> </platforms> + <attestations> + <provenance>false</provenance> + </attestations> </buildx> </build> </image> |
