mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-15 22:25:46 +03:00
refactor(nicegui): move filepicker to utils
This commit is contained in:
parent
83f047f2d6
commit
b3bb179430
6 changed files with 10 additions and 4 deletions
|
@ -14,8 +14,8 @@
|
|||
tag: latest
|
||||
path: "{{ forge_git_repository_destination }}"
|
||||
build:
|
||||
file: Containerfile
|
||||
format: oci
|
||||
file: "{{ forge_container_file | default('Containerfile') }}"
|
||||
format: "{{ forge_container_format | default('oci') }}"
|
||||
pull: false
|
||||
push: true
|
||||
push_args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue