Update ci.yml

- Added docker hub to the login.
- Removed some cache BS.
This commit is contained in:
2025-05-29 00:13:26 +02:00
committed by Kaj Kowalski
parent 9c51c0d9e3
commit 903ee92e4c
2 changed files with 25 additions and 27 deletions

View File

@ -5,7 +5,7 @@ package version
// Version information.
var (
// Version is the current version of the application.
Version = "0.4.0"
Version = "0.4.1"
// BuildTime is the time the binary was built.
BuildTime = "unknown"