You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
565 B
24 lines
565 B
pipeline: |
|
build: |
|
image: geerlingguy/docker-debian11-ansible |
|
commands: |
|
- docker-compose -f tests/docker-compose.${DATABASE}.yml build |
|
- docker tag wallabag:${DATABASE} registry.slowb.ro/wallabag:${DATABASE} |
|
when: |
|
instance: confusion.slowb.ro |
|
platform: linux/arm* |
|
|
|
publish: |
|
image: plugins/docker |
|
repo: registry.slowb.ro/wallabag:${DATABASE} |
|
registry: registry.slowb.ro |
|
auto_tag_suffix: arm |
|
when: |
|
instance: confusion.slowb.ro |
|
platform: linux/arm* |
|
|
|
matrix: |
|
DATABASE: |
|
- default |
|
- sqlite |
|
|
|
|