Containers: use public registry
Some checks failed
/ test (push) Failing after 1s
/ build (push) Has been skipped

This commit is contained in:
phil 2024-12-06 03:16:21 +01:00
parent 23afaa7c82
commit a1a499b370
6 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,8 @@
vars:
force_rm: false
cache: false
repository: tiptop:5000
repository: code.philo.ydns.eu
organisation: philorg
tasks:
#- name: Read conf
@ -28,7 +29,7 @@
file: Containerfile.deps
push: true
push_args:
dest: "{{ repository }}/treetrail-backend-deps"
dest: "{{ repository }}/{{ organisation }}/treetrail-backend-deps"
- name: Get the version from git
command: git describe --dirty --tags
@ -50,4 +51,4 @@
extra_args: "--build-arg APP_VERSION={{ version.stdout }}"
push: true
push_args:
dest: "{{ repository }}/treetrail-backend:{{ version.stdout }}"
dest: "{{ repository }}/{{ organisation }}/treetrail-backend:{{ version.stdout }}"