mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
fixing image name of build task
This commit is contained in:
@@ -21,7 +21,7 @@ tasks:
|
|||||||
- use: build
|
- use: build
|
||||||
short: Builds the main Docker image
|
short: Builds the main Docker image
|
||||||
run:
|
run:
|
||||||
- docker build . -t gotenberg:{{ .Orbit.Version }}
|
- docker build . -t thecodingmachine/gotenberg:{{ .Orbit.Version }}
|
||||||
|
|
||||||
- use: up
|
- use: up
|
||||||
short: Starts the {{ .Orbit.Version }} version of the Gotenberg image
|
short: Starts the {{ .Orbit.Version }} version of the Gotenberg image
|
||||||
|
|||||||
Reference in New Issue
Block a user