forked from AkkomaGang/akkoma
Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
7bc1158a5f | |||
3034d123d8 | |||
46d185eb96 | |||
585e210657 | |||
5e476dbc04 | |||
f49ecbca82 |
1 changed files with 15 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue