From de362980df8afbcf5f9e6d2620ace76f656dc5ed Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Sat, 27 May 2023 16:36:53 +0200 Subject: [PATCH] Fixed modpack buildah image path --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9eb9c18..bea5fe6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,11 @@ volumes: steps: - name: "Run build tool" - image: "gitea.marquis.site/operatioĊ„s/modpack_buildah" + image: "gitea.marquis.site/operations/modpack_buildah" + settings: + modpack__version: "$DRONE_TAG" + curseforge_apikey: + from_secret: "curseforge_apikey" volumes: - name: "server" path: "/out/server" @@ -29,10 +33,6 @@ steps: path: "/out/curse" - name: "tmp" path: "/tmp/modpack_buildah" - settings: - modpack__version: "$DRONE_TAG" - curseforge_apikey: - from_secret: "curseforge_apikey" - name: "Build and push server container image" image: "plugins/docker"