Compare commits

..

1 Commits

Author SHA1 Message Date
e282bf9f36 ci(docker): add Docker publishing workflow and Dockerfile
Some checks failed
CI Code / Check spelling (pull_request) Successful in 14s
CI Code / Check coding style (pull_request) Successful in 22s
CI Code / Code Coverage (pull_request) Successful in 3m38s
CI Code / Linux (debian) (pull_request) Has been cancelled
CI Code / Linux (ubuntu) (pull_request) Has been cancelled
CI Code / Linux (arch) (pull_request) Has been cancelled
Introduce GitHub Actions workflow for automated Docker image
publishing to Docker Hub, along with a dedicated Dockerfile in
the ci directory to streamline container builds.
2026-07-11 17:30:57 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Publish Docker image
on:
push:
branches: [master, ci/docker-hub-publishing]
branches: [master]
release:
types: [published]

View File

@@ -96,7 +96,6 @@ COPY --from=builder /usr/local/lib/libprofanity* /usr/local/lib/
COPY --from=builder /usr/local/include/profapi.h /usr/local/include/
COPY --from=builder /usr/local/share/profanity /usr/local/share/profanity
COPY --from=builder /usr/lib/libstrophe.so* /usr/lib/
COPY --from=builder /usr/local/lib/libstrophe.so* /usr/local/lib/
RUN ldconfig