Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker buildx rm firefly --keep-state 2>/dev/null || true
# Create new firefly builder
docker buildx create --name firefly --use
docker buildx build \
-t hyperledger/firefly \
-t hyperledger-firefly/firefly \
--build-arg FIREFLY_BUILDER_TAG=$FIREFLY_BUILDER_TAG \
--build-arg FABRIC_BUILDER_TAG=$FABRIC_BUILDER_TAG \
--build-arg FABRIC_BUILDER_PLATFORM=$FABRIC_BUILDER_PLATFORM \
Expand Down
Loading