Skip to content

Commit a9bfdf4

Browse files
committed
Merge branch 'feature/v0.1.15' into develop
2 parents 8bd2275 + 4e4feaa commit a9bfdf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def docker_build(ctx: Context):
168168
for platform in ("arm64", "amd64"):
169169
ctx.run(
170170
f"docker build --platform=linux/{platform} "
171+
f"-t {ORG}/{CONTAINER}:latest "
171172
f"-t {ORG}/{CONTAINER}:latest-{platform} "
172173
f"-t {ORG}/{CONTAINER}:v{app.__version__}-{platform} ."
173174
)

0 commit comments

Comments
 (0)