mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:26:21 +00:00
fix: solo compilar el container cuando cambia
This commit is contained in:
parent
0b63ebdd27
commit
6d25d71dd1
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ pipeline:
|
||||||
- "rails"
|
- "rails"
|
||||||
- "panel.sutty.nl"
|
- "panel.sutty.nl"
|
||||||
event: "push"
|
event: "push"
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- "Dockerfile"
|
||||||
|
- ".dockerignore"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.14.8"
|
- ALPINE_VERSION: "3.14.8"
|
||||||
|
|
Loading…
Reference in a new issue