Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 7, 2024
1 parent 85ef842 commit a54e6be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
with:
context: .
file: .binder/Dockerfile
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64
build-args: REPO_DIR=/home/Cropbox.jl
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit a54e6be

Please sign in to comment.