Skip to content

Commit

Permalink
build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Sep 26, 2023
1 parent 3418ae9 commit 8fc821d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/public_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
build-args: |
FRAMEWORK=${{ matrix.framework }}
PYTHON_VERSION=${{ matrix.python }}
push: false # TODO: CHANGE ME
tags: ${{ matrix.framework }}-py${{ matrix.python }}-${{ matrix.doctr_version }}

0 comments on commit 8fc821d

Please sign in to comment.