Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Oct 11, 2024
1 parent 3797024 commit db92678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helx-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
- name: Create Temp Dir
run: |
mkdir -p /tmp/jupyter/images/
- name: Build Containers 🛠️
uses: docker/build-push-action@v6
with:
context: /images/${{ inputs.image }}/
context: images/${{ inputs.image }}/
push: false
build-args: |
NB_GID=0
Expand Down

0 comments on commit db92678

Please sign in to comment.