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:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
push-store-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout GitHub Action'
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: 'Login to GitHub Container Registry'
|
||||
uses: docker/login-action@v1
|
||||
|
|
|
|||
|
|
@ -2,18 +2,14 @@
|
|||
<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