Skip to content

Commit 5fea024

Browse files
authored
Force latest tag for the image build
1 parent f14daf7 commit 5fea024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
{% for image, deps in images.items() %}
33
{{image}}:
4-
image: ${REGISTRY}/inginious/${TYPE}-{{image}}
4+
image: ${REGISTRY}/inginious/${TYPE}-{{image}}:latest
55
build:
66
dockerfile: ./Dockerfile
77
context: {{base_path}}/{{image}}

0 commit comments

Comments
 (0)