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