ci: minor fixes

- Fix docker casing warning
- Fix docker hub relative image URL resolution
- More restrictive goreleaser changelog filtering
This commit is contained in:
Evan Buss
2024-08-11 04:20:05 +00:00
parent e3d97b8e5f
commit 37098e0549
3 changed files with 5 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: evanbuss/opds-proxy
short-description: Access your OPDS library from any eReader
enable-url-completion: true # fixes relative image links in README
release:
name: Github Release

View File

@@ -48,10 +48,9 @@ checksum:
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^refactor:"
include:
- "^feat:"
- "^fix:"
release:
github:

View File

@@ -1,5 +1,4 @@
# Dockerfile.distroless
FROM golang:1.22 as base
FROM golang:1.22 AS base
RUN
# Download and install kepubify