Compare commits

..

1 Commits

Author SHA1 Message Date
2bad80b015 ci(docker): add Docker publishing workflow and Dockerfile
All checks were successful
CI Code / Check spelling (pull_request) Successful in 13s
CI Code / Check coding style (pull_request) Successful in 22s
CI Code / Linux (ubuntu) (pull_request) Successful in 4m45s
CI Code / Linux (debian) (pull_request) Successful in 9m27s
CI Code / Code Coverage (pull_request) Successful in 10m5s
CI Code / Linux (arch) (pull_request) Successful in 13m33s
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-05 15:54:48 +00:00

View File

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