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 }}
|
||||
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
|
||||
|
||||
@@ -48,10 +48,9 @@ checksum:
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
- "^refactor:"
|
||||
include:
|
||||
- "^feat:"
|
||||
- "^fix:"
|
||||
|
||||
release:
|
||||
github:
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Dockerfile.distroless
|
||||
FROM golang:1.22 as base
|
||||
FROM golang:1.22 AS base
|
||||
|
||||
RUN
|
||||
# Download and install kepubify
|
||||
|
||||
Reference in New Issue
Block a user