fix: push android image to docker registry in CI
Previously, "tutor images push android" was a no-op because the "remote-image" hook was missing.
This commit is contained in:
parent
fb2bdd9005
commit
fa612e6cb3
@ -20,7 +20,11 @@ config = {
|
||||
},
|
||||
}
|
||||
|
||||
hooks = {"build-image": {"android": "{{ ANDROID_DOCKER_IMAGE }}"}, "init": ["lms"]}
|
||||
hooks = {
|
||||
"build-image": {"android": "{{ ANDROID_DOCKER_IMAGE }}"},
|
||||
"remote-image": {"android": "{{ ANDROID_DOCKER_IMAGE }}"},
|
||||
"init": ["lms"],
|
||||
}
|
||||
|
||||
|
||||
command = android_command
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user