This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
local bun_image = "oven/bun:0.8.1";
|
||||
|
||||
|
||||
local fetch_step = {
|
||||
name: "fetch",
|
||||
image: "alpine/git",
|
||||
commands: ["git fetch --tags"],
|
||||
};
|
||||
|
||||
local install_run_step = {
|
||||
name: "install-run",
|
||||
image: bun_image,
|
||||
@@ -43,6 +49,7 @@ local build_docker_step(publish) = {
|
||||
},
|
||||
|
||||
steps: [
|
||||
fetch_step,
|
||||
install_run_step,
|
||||
build_docker_step(false),
|
||||
],
|
||||
@@ -64,6 +71,7 @@ local build_docker_step(publish) = {
|
||||
},
|
||||
|
||||
steps: [
|
||||
fetch_step,
|
||||
install_run_step,
|
||||
build_docker_step(true),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user