fix wrong image tag

This commit is contained in:
Pim Kunis 2023-06-14 22:08:03 +02:00
parent eeb42dc2b7
commit 0f88faa8d9
3 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
fly -t home set-pipeline -l secrets.yml -l vars.yml -p static -c pipeline.yml
fly -t home set-pipeline -l secrets.yml -p static -c pipeline.yml

View file

@ -18,7 +18,7 @@ resources:
repository: git.pim.kunis.nl/pim/static
username: pim
password: ((api_key))
tag: ((image_version))
tag: stable
icon: docker
- name: apprise-notification
type: apprise

View file

@ -1 +0,0 @@
image_version: "1.1"