Commit graph

11 commits

Author SHA1 Message Date
Thorben Günther
109b0f52c0
Mirror docker image to Codeberg 2024-11-20 14:02:44 +01:00
Thorben Günther
b3d5045ca7
Try out just 2024-11-03 19:38:20 +01:00
Thorben Günther
a4e11fc6c4
ci: Install docker-buildx
Fix for:
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
2024-09-22 01:49:28 +02:00
Thorben Günther
6f2df702ed
ci: Push docker images to own registry as well 2024-09-20 00:50:42 +02:00
Thorben Günther
1bfb814f14
Revert "ci: Don't fail on staticcheck"
This reverts commit 960ab04165.

The latest release fixes the issue.
2023-08-20 19:41:31 +02:00
Thorben Günther
960ab04165
ci: Don't fail on staticcheck 2023-08-16 01:20:37 +02:00
Thorben Günther
84c4c45d5b
version: Use linker flag
Embedding the version file is slightly annoying for packaging, because
the release tarball is not a git repository and so "go generate" would
fail. Instead a packager would have to manually create the version.txt
file.
With using a linker flag, the version string has a graceful fallback.
2023-02-16 13:06:21 +01:00
Thorben Günther
78801c98e4
Add version flag
And print version at startup.
2023-01-16 14:35:53 +01:00
Thorben Günther
9f12f78e9f
CI: Add missing secret for publishing docker images 2023-01-14 21:33:43 +01:00
Thorben Günther
55c58d882c
Publish a dev docker image
It is build from the master branch.
2023-01-14 21:31:54 +01:00
Thorben Günther
5109867f38
Add build manifest 2022-10-13 14:16:41 +02:00