Compare commits

...

6 Commits

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

View File

@ -41,7 +41,7 @@ variables:
services:
postgres:
image: postgres:13
image: postgres:14
when:
event:
- pull_request
@ -195,3 +195,17 @@ pipeline:
- zip -r docs.zip site/*
- cd site
- 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}