Compare commits

...

2 Commits

2 changed files with 7 additions and 3 deletions

View File

@ -3,14 +3,14 @@ name: Docker Image CI
on: on:
push: push:
branches: branches:
- "main" - "master"
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@main uses: actions/checkout@master
- name: 'Login to GitHub Container Registry' - name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1 uses: docker/login-action@v1

View File

@ -2,14 +2,18 @@
<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>