mirror of https://github.com/PiyushXCoder/lupt.git
Compare commits
2 Commits
5f9223d461
...
a1b0dcc3b2
| Author | SHA1 | Date |
|---|---|---|
|
|
a1b0dcc3b2 | |
|
|
6e5dbaedf6 |
|
|
@ -3,14 +3,14 @@ name: Docker Image CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
push-store-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout GitHub Action'
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: 'Login to GitHub Container Registry'
|
||||
uses: docker/login-action@v1
|
||||
|
|
|
|||
|
|
@ -2,14 +2,18 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://luptchat.in/</loc>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://luptchat.in/index.html</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://luptchat.in/policy.html</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://luptchat.in/terms.html</loc>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
</urlset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue