Skip to content

Commit

Permalink
ci: minor fixes
Browse files Browse the repository at this point in the history
- Fix docker casing warning
- Fix docker hub relative image URL resolution
- More restrictive goreleaser changelog filtering
  • Loading branch information
evan-buss committed Aug 11, 2024
1 parent e3d97b8 commit 37098e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ checksum:
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^refactor:"
include:
- "^feat:"
- "^fix:"

release:
github:
Expand Down
3 changes: 1 addition & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Dockerfile.distroless
FROM golang:1.22 as base
FROM golang:1.22 AS base

RUN
# Download and install kepubify
Expand Down

0 comments on commit 37098e0

Please sign in to comment.