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 }} password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: evanbuss/opds-proxy repository: evanbuss/opds-proxy
short-description: Access your OPDS library from any eReader short-description: Access your OPDS library from any eReader
enable-url-completion: true # fixes relative image links in README
release: release:
name: Github Release name: Github Release

View File

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

View File

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