Skip to content

Commit

Permalink
Fix use of custom Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 9, 2024
1 parent bb887d2 commit a636e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: .
file: .binder/Dockerfile
platforms: ${{ matrix.platform }}
build-args: REPO_DIR=/home/Cropbox.jl
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- run: |
Expand Down

0 comments on commit a636e60

Please sign in to comment.