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:
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user