Skip to content

Commit 4e4feaa

Browse files
committed
Ensure that "latest" docker tag is built.
1 parent 8bd2275 commit 4e4feaa

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)