Skip to content

Commit ce8661d

Browse files
authored
ci: Add docker build push docker workflow (#318)
1 parent 557cbaf commit ce8661d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- name: Build Sphinx Image
3636
run: |
37-
source <(curl -sL http://ci.q-ctrl.com)
38-
./ci docker build \
39-
-f ./docs/Dockerfile \
40-
--suffix -docs
37+
docker build -f ./docs/Dockerfile
4138
#################### Maintained by repositories-manager - do not edit directly ####################

0 commit comments

Comments
 (0)