Skip to content

Commit

Permalink
Change build image
Browse files Browse the repository at this point in the history
  • Loading branch information
mariags803 committed May 24, 2024
1 parent a94ef2c commit b57cdba
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker image
uses: docker/build-push-action@v5
id: built-image
with:
context: .
file: ./docker/Dockerfile
push: false
load: true
target: claasp-base
- name: Build the Docker image
run: docker build -f docker/Dockerfile --target claasp-base -t claasp .

- name: Generate documentation
run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-base make doc
run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp make doc

- name: Commit & Push changes
uses: actions-js/push@master
Expand Down

0 comments on commit b57cdba

Please sign in to comment.