Compare commits
2 Commits
15b0ea8e26
...
152c4e6fc6
Author | SHA1 | Date |
---|---|---|
|
152c4e6fc6 | |
|
93caa314c9 |
|
@ -1,4 +1,4 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish-docker-latest:
|
publish-docker-latest:
|
||||||
image: docker.io/plugins/kaniko
|
image: docker.io/plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
@ -12,7 +12,5 @@ pipeline:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: [push]
|
- event: push
|
||||||
branch: [main]
|
branch: main
|
||||||
|
|
||||||
branches: [main]
|
|
||||||
|
|
|
@ -41,10 +41,16 @@
|
||||||
/>
|
/>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<XNotes :pagination="mentionsPagination" />
|
<XNotes
|
||||||
|
key="mentionsNotes"
|
||||||
|
:pagination="mentionsPagination"
|
||||||
|
/>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<XNotes :pagination="directNotesPagination" />
|
<XNotes
|
||||||
|
key="directMessagesNotes"
|
||||||
|
:pagination="directNotesPagination"
|
||||||
|
/>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
</swiper>
|
</swiper>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
|
|
Loading…
Reference in New Issue