Skip to content

Commit 4e1e180

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 4e1e180

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- 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
35+
- uses: qctrl/reusable-workflows/.github/workflows/docker_build_push.yaml@master
36+
with:
37+
dockerfile: ./docs/Dockerfile
38+
suffix: -docs
4139
#################### Maintained by repositories-manager - do not edit directly ####################

0 commit comments

Comments
 (0)