24 Commits

Author SHA1 Message Date
Gustavo Maronato
54b948e27c
Merge pull request #4 from Maronato/claude/check-github-access-NVNSI v1.3.0 v2.0.0 2026-03-08 00:00:48 -05:00
Claude
136059983e
fix: rename binary from finger to go-finger in Makefile and Dockerfile
Align Makefile BINARY_NAME and Dockerfile COPY/ENTRYPOINT/HEALTHCHECK
with the appName constant in cmd/serve.go and the README usage examples,
which already reference go-finger.

https://claude.ai/code/session_01WSTmBCLVtmPMFqxCnjM9fh
2026-03-08 03:56:44 +00:00
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
706dc15c29
fix: hardcode binary name as go-finger 2026-03-08 03:34:10 +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
afb1847ba2
fix: use correct binary name for go install users 2026-03-08 03:22:56 +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
4f05b73bec Update README.md
Signed-off-by: Gustavo Maronato <maronato@noreply@maronato.dev>
2024-01-29 19:59:17 -03:00
Gustavo Maronato
8673f0db42 Add missing paths to dockerfile v1.2.1 2024-01-25 02:38:03 -03:00
Gustavo Maronato
de3da93523
refactor so external servers can use Finger as a handler v1.2.0 2023-09-20 15:13:10 -03:00
Gustavo Maronato
e2ea9cd975
readme and makefile updates 2023-09-20 11:52:46 -03:00
Gustavo Maronato
7623b16f5a
fix lint v1.1.0 2023-09-20 01:43:52 -03:00
Gustavo Maronato
4e695e882d
fix dockerfile 2023-09-20 01:43:01 -03:00
Gustavo Maronato
c16b039d3f
allow missing urns and fingers files, if default 2023-09-20 01:40:57 -03:00
Gustavo Maronato
8ad2fd2fd6
fix linter issues v1.0.0 2023-09-20 01:28:25 -03:00
Gustavo Maronato
f96dda4af2
refactor and add tests 2023-09-20 01:26:38 -03:00
Gustavo Maronato
6bbfbad1d0
add copyright notice to urns file 2023-09-19 11:50:12 -03:00
Gustavo Maronato
6f4d6e074a
fix debug logging and map urn v0.2.0 2023-09-18 02:28:48 -03:00
Gustavo Maronato
0555bb3fe4
trigger action v0.1.0 2023-09-18 02:02:43 -03:00
Gustavo Maronato
29e6ae83a6
fixed dockerfile 2023-09-18 02:01:13 -03:00
Gustavo Maronato
c5a35aa70f
add license 2023-09-18 01:39:57 -03:00
Gustavo Maronato
0a17831dae
initial 2023-09-18 01:36:29 -03:00