From 79d3d9c3e52e0c015830a13ba90620363e721a1a Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 23 May 2023 16:15:26 +0200 Subject: [PATCH] test other image --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ac844dc..9585c7e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,11 +22,15 @@ pipeline: PYTHON_VERSION: 3.10 # Still not sure about how to make flake for different python version push_container: - image: almalinux/podman:latest + image: quay.io/podman/stable pull: true commands: - podman login -u histausse -p $GITEA_TOKEN git.pains-perdus.fr - podman push test_flake_poetry2nix:latest git.pains-perdus.fr/histausse/test_flake_poetry2nix:latest + secrets: [ gitea_token ] + when: + matrix: + PYTHON_VERSION: 3.10 # Still not sure about how to make flake for different python version matrix: PYTHON_VERSION: