diff --git a/.woodpecker.yml b/.woodpecker.yml index b9ffd24a1..15e6c9619 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,7 +41,7 @@ variables: services: postgres: - image: postgres:13 + image: postgres:14 when: event: - pull_request @@ -207,5 +207,5 @@ pipeline: settings: repo: akkoma/akkoma dockerfile: Dockerfile - platforms: linux/amd64,linux/arm64/v8 - tag: ${CI_COMMIT_BRANCH} \ No newline at end of file + platforms: linux/arm64/v8 + tag: ${CI_COMMIT_BRANCH}