From f2bea5c44e7f87ec560f2b3b6b88f04b817f52c0 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Sun, 30 Jun 2024 22:42:26 +0100 Subject: [PATCH] fix: use image not dockerfile --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index 61c2e42fb10..737ceadac18 100644 --- a/captain-definition +++ b/captain-definition @@ -1,4 +1,4 @@ { "schemaVersion": 2, - "dockerfilePath": "Dockerfile" + "imageName": " ghcr.io/eddiehubcommunity/biodrop:latest" }