Skip to content

Commit

Permalink
Modified build args
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed May 7, 2024
1 parent 1163b94 commit a706530
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
# build image
- name: Build image
uses: elgohr/[email protected]
env:
GA_KEY: ${{ env.GA_KEY }}
with:
name: incore/doc/pyincore-viz
no_push: true
build-args: |
GA_KEY:${{ env.GA_KEY }}
buildargs: GA_KEY

# this will publish to NCSA
- name: Publish to NCSA Hub
Expand Down

0 comments on commit a706530

Please sign in to comment.