test other image
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jean-Marie Mineau 2023-05-23 16:15:26 +02:00
parent 1060dfbcc1
commit 79d3d9c3e5
1 changed files with 5 additions and 1 deletions

View File

@ -22,11 +22,15 @@ pipeline:
PYTHON_VERSION: 3.10 # Still not sure about how to make flake for different python version PYTHON_VERSION: 3.10 # Still not sure about how to make flake for different python version
push_container: push_container:
image: almalinux/podman:latest image: quay.io/podman/stable
pull: true pull: true
commands: commands:
- podman login -u histausse -p $GITEA_TOKEN git.pains-perdus.fr - 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 - 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: matrix:
PYTHON_VERSION: PYTHON_VERSION: