From 0f88faa8d9baddf7b8f7cc58ff1d335be0962005 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 14 Jun 2023 22:08:03 +0200 Subject: [PATCH] fix wrong image tag --- deploy.yml | 2 +- pipeline.yml | 2 +- vars.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 vars.yml diff --git a/deploy.yml b/deploy.yml index 2c125c1..17eca69 100644 --- a/deploy.yml +++ b/deploy.yml @@ -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 diff --git a/pipeline.yml b/pipeline.yml index 3df0f61..f8f1ecb 100644 --- a/pipeline.yml +++ b/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 diff --git a/vars.yml b/vars.yml deleted file mode 100644 index 5ae52dd..0000000 --- a/vars.yml +++ /dev/null @@ -1 +0,0 @@ -image_version: "1.1"