Compare commits

..

No commits in common. "152c4e6fc6d5c52218646d22dc609b7ea48dfbc7" and "15b0ea8e26c87551341bf6cf91a3d30249ccf4aa" have entirely different histories.

2 changed files with 7 additions and 11 deletions

View File

@ -1,4 +1,4 @@
steps:
pipeline:
publish-docker-latest:
image: docker.io/plugins/kaniko
settings:
@ -12,5 +12,7 @@ steps:
from_secret: docker_password
when:
- event: push
branch: main
event: [push]
branch: [main]
branches: [main]

View File

@ -41,16 +41,10 @@
/>
</swiper-slide>
<swiper-slide>
<XNotes
key="mentionsNotes"
:pagination="mentionsPagination"
/>
<XNotes :pagination="mentionsPagination" />
</swiper-slide>
<swiper-slide>
<XNotes
key="directMessagesNotes"
:pagination="directNotesPagination"
/>
<XNotes :pagination="directNotesPagination" />
</swiper-slide>
</swiper>
</MkSpacer>