6 Commits

Author SHA1 Message Date
Claude
bd5392840a
fix: address reviewer comments on Docker image name and README
- Fix GHCR image name to use explicit lowercase (ghcr.io/maronato/go-finger)
  instead of ${{ github.repository }} which may contain uppercase characters
  and fail Docker registry validation
- Fix README typo: "locahost" -> "localhost"
- Fix README development section: "./finger serve" -> "./go-finger serve"

https://claude.ai/code/session_01WSTmBCLVtmPMFqxCnjM9fh
2026-03-08 03:47:18 +00:00
Claude
526ea73fa6
fix: derive binary name from argv and add latest Docker tag on release 2026-03-08 03:32:35 +00:00
Claude
f5d1577ec2
chore: update GitHub Actions to latest versions, fix cache paths
- Remove Gitea-specific "Fix docker sock permissions" step
- actions/checkout: v2 → v4
- docker/setup-qemu-action: v1 → v3
- docker/setup-buildx-action: v1 → v3
- docker/login-action: v2 → v3
- docker/metadata-action: v4 → v5
- actions/cache: v3 → v4; remove Gitea-runner-specific Go module cache
  paths (/go/pkg/mod/, /tmp/.go-build-cache) — only buildx cache is
  relevant for Docker-only builds on GitHub Actions
- docker/build-push-action: v2 → v5

https://claude.ai/code/session_01WSTmBCLVtmPMFqxCnjM9fh
2026-03-08 03:08:16 +00:00
Artem
70188ba1d6
Update release workflow to trigger on manual workflow dispatch 2026-03-08 03:07:58 +00:00
Artem
c86b0a5e1c
Update Docker registry login in release workflow 2026-03-08 03:07:58 +00:00
Gustavo Maronato
0a17831dae
initial 2023-09-18 01:36:29 -03:00