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