X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.woodpecker.yml;h=993fe277b3c507e788d957ec92cb220a68a24212;hb=a0dd670e688777e1e99ccf038945cff9a4190d75;hp=32db2f1c5a8c160033e4df0833dc2e0e2cc09918;hpb=bfbe4e8dce2bef75c3b3a87884e5a39abb7a444e;p=akkoma diff --git a/.woodpecker.yml b/.woodpecker.yml index 32db2f1c5..993fe277b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -87,7 +87,7 @@ pipeline: # Canonical amd64 ubuntu22: - image: hexpm/elixir:1.13.4-erlang-25.0.2-ubuntu-jammy-20220428 + image: hexpm/elixir:1.13.4-erlang-24.3.4.5-ubuntu-jammy-20220428 <<: *on-release environment: MIX_ENV: prod @@ -112,7 +112,7 @@ pipeline: - /bin/sh /entrypoint.sh debian-bullseye: - image: elixir:1.13.4 + image: hexpm/elixir:1.13.4-erlang-24.3.4.5-debian-bullseye-20220801 <<: *on-release environment: MIX_ENV: prod @@ -141,8 +141,8 @@ pipeline: # Canonical amd64-musl musl: - image: elixir:1.13.4-alpine - <<: *on-release + image: hexpm/elixir:1.13.4-erlang-24.3.4.5-alpine-3.15.6 + <<: *on-stable environment: MIX_ENV: prod commands: @@ -172,12 +172,8 @@ pipeline: - SCW_DEFAULT_ORGANIZATION_ID environment: CI: "true" - image: python:3.10-slim + image: akkoma/docs-builder commands: - - apt-get update && apt-get install -y rclone wget git zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli - - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - cd docs - pip install -r requirements.txt