Allow pushing newly build containers to registry

This commit is contained in:
2023-06-07 20:23:26 +02:00
parent f7eb4fa46d
commit ac11f3e4f3
2 changed files with 7 additions and 1 deletions

View File

@ -6,3 +6,4 @@ state: present # or running, build, absent
execute: smart # or always or never
disable_template: false
docker_profiles: []
docker_push: false # only works with build currently