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"