diff --git a/.woodpecker/test_tox_amd64.yml b/.woodpecker/test_tox_amd64.yml index 413c689..c3eb781 100644 --- a/.woodpecker/test_tox_amd64.yml +++ b/.woodpecker/test_tox_amd64.yml @@ -23,7 +23,7 @@ pipeline: when: branch: master event: pull_request - image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 + image: cr.44net.ch/ci-plugins/multipy pull: true commands: - python3 -m tox diff --git a/.woodpecker/test_tox_arm64.yml b/.woodpecker/test_tox_arm64.yml index d0b1609..09a6ee9 100644 --- a/.woodpecker/test_tox_arm64.yml +++ b/.woodpecker/test_tox_arm64.yml @@ -23,7 +23,7 @@ pipeline: when: branch: master event: pull_request - image: cr.44net.ch/ci-plugins/multipy:1-linux-arm64 + image: cr.44net.ch/ci-plugins/multipy pull: true commands: - grep -v img2pdf contrib/requirements_dev.txt > contrib/requirements_dev_arm64.txt