Skip to content

Commit 26f659c

Browse files
committed
ci: Add docker build push docker workflow
Update the docker build ci workflow with the docker-build-push reusable workflow.
1 parent 549cd1d commit 26f659c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ jobs:
2929
sphinx_documentation:
3030
# Filter out PRs originating from this repository (triggers on-push.yml instead)
3131
if: github.event.pull_request.head.repo.fork == true
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
- name: Build Sphinx Image
36-
run: |
37-
source <(curl -sL http://ci.q-ctrl.com)
38-
./ci docker build \
39-
-f ./docs/Dockerfile \
40-
--suffix -docs
32+
uses: qctrl/reusable-workflows/.github/workflows/docker_build_push.yaml@master
33+
with:
34+
dockerfile: ./docs/Dockerfile
35+
suffix: -docs
4136
#################### Maintained by repositories-manager - do not edit directly ####################

0 commit comments

Comments
 (0)