From fb2e98fabc19323b6a8faa492680cf83c622b220 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Thu, 11 Jul 2024 02:11:02 +0530 Subject: [PATCH] chore: pin rust container version --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3ed2df2..aa47506 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ -pipeline: +steps: backend: - image: rust + image: rust:1.79-bullseye environment: - DATABASE_URL=postgres://postgres:password@database:5432/postgres commands: @@ -20,6 +20,7 @@ pipeline: image: plugins/docker when: event: [push, tag, deployment] + branch: master settings: username: realaravinth password: