forked from Ivasoft/opds-proxy
ci: minor fixes
- Fix docker casing warning - Fix docker hub relative image URL resolution - More restrictive goreleaser changelog filtering
This commit is contained in:
1
.github/workflows/action.yml
vendored
1
.github/workflows/action.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -48,10 +48,9 @@ checksum:
|
|||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
include:
|
||||||
- "^docs:"
|
- "^feat:"
|
||||||
- "^test:"
|
- "^fix:"
|
||||||
- "^refactor:"
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
github:
|
github:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user