Update README.md

This commit is contained in:
Bartosz Pijet 2024-09-16 14:16:50 +02:00 committed by GitHub
parent e328007bc1
commit 18e13a994b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ merge-manifests:
linux/amd64,linux/arm64 # "ARCH" will be automatically replaced by
manifest-tool # with the appropriate arch from the platform definitions
--template ${CI_REGISTRY_IMAGE}:ARCH # The name of the final, combined
image which will be pushed to your registry --target ${CI_REGISTRY_IMAGE}
image which will be pushed to your registry --target ${CI_REGISTRY_IMAGE}:latest
```
#### On the Note of Adding Versioned Tags