Skip to content

Commit

Permalink
IT-3421 Add missing build arg' to Docker build
Browse files Browse the repository at this point in the history
Add missing build arg' to Docker build
  • Loading branch information
brucehoff authored Aug 22, 2024
1 parent 64e2fca commit b41ef4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Build and push Docker image
uses: docker/[email protected]
with:
build-args: notebook_type=${{ inputs.NOTEBOOK_TYPE }}
context: .
push: true
tags: ${{ matrix.value }}
Expand Down

0 comments on commit b41ef4e

Please sign in to comment.