Compare commits

...

6 commits

Author SHA1 Message Date
FloatingGhost 7bc1158a5f just amd64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 16:54:33 +00:00
FloatingGhost 3034d123d8 try just building arm
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-15 16:51:19 +00:00
FloatingGhost 46d185eb96 only care about linux 64 and arm
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-14 00:22:21 +00:00
FloatingGhost 585e210657 wrap in {}
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-14 00:19:51 +00:00
FloatingGhost 5e476dbc04 use branch
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-14 00:18:17 +00:00
FloatingGhost f49ecbca82 docker build test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-14 00:16:34 +00:00

View file

@ -41,7 +41,7 @@ variables:
services: services:
postgres: postgres:
image: postgres:13 image: postgres:14
when: when:
event: event:
- pull_request - pull_request
@ -195,3 +195,17 @@ pipeline:
- zip -r docs.zip site/* - zip -r docs.zip site/*
- cd site - cd site
- rclone copy . scaleway:akkoma-docs/$CI_COMMIT_BRANCH/ - rclone copy . scaleway:akkoma-docs/$CI_COMMIT_BRANCH/
docker-main-container:
when:
event:
- push
branch:
- buildx
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: akkoma/akkoma
dockerfile: Dockerfile
platforms: linux/amd64
tag: ${CI_COMMIT_BRANCH}