From 1971beb0a9ee2213f5ecf07f53777b2668d4ef72 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 27 Oct 2022 22:36:26 +0530 Subject: [PATCH] fix: be specific about docker img tags --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9ad282e..35ccf5f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: build: - image: python + image: python:3.11.0-bullseye when: event: [push, pull_request, tag, deployment] commands: @@ -9,7 +9,7 @@ pipeline: - make publish: - image: python + image: python:3.11.0-bullseye when: event: push branch: main