Skip to content

Commit

Permalink
Upgrade docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mariags803 committed May 23, 2024
1 parent 3360184 commit f2e3a35
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
@@ -19,19 +19,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: built-image
with:
context: .
file: ./docker/Dockerfile
push: false
load: true
tags: claasp-lib
no-cache: true
build-args: |
PIP_NO_CACHE_DIR=off
PIP_DISABLE_PIP_VERSION_CHECK=1
PIP_DEFAULT_TIMEOUT=100

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

0 comments on commit f2e3a35

Please sign in to comment.