fix wrong image tag
This commit is contained in:
parent
eeb42dc2b7
commit
0f88faa8d9
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
1
vars.yml
1
vars.yml
|
@ -1 +0,0 @@
|
|||
image_version: "1.1"
|
Reference in a new issue