Fixed modpack buildah image path
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -19,7 +19,11 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Run build tool"
|
- 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:
|
volumes:
|
||||||
- name: "server"
|
- name: "server"
|
||||||
path: "/out/server"
|
path: "/out/server"
|
||||||
@@ -29,10 +33,6 @@ steps:
|
|||||||
path: "/out/curse"
|
path: "/out/curse"
|
||||||
- name: "tmp"
|
- name: "tmp"
|
||||||
path: "/tmp/modpack_buildah"
|
path: "/tmp/modpack_buildah"
|
||||||
settings:
|
|
||||||
modpack__version: "$DRONE_TAG"
|
|
||||||
curseforge_apikey:
|
|
||||||
from_secret: "curseforge_apikey"
|
|
||||||
|
|
||||||
- name: "Build and push server container image"
|
- name: "Build and push server container image"
|
||||||
image: "plugins/docker"
|
image: "plugins/docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user