Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
17c3f57d50 | ||
|
618c790e9b | ||
|
b3f8bb40bb | ||
|
ce04fc54f0 | ||
|
bb94d9cabe | ||
|
954ef6fa1d | ||
|
652c2f0894 | ||
|
b0d61366d2 | ||
ff04a1016c |
6
.github/workflows/docker-develop.yml
vendored
6
.github/workflows/docker-develop.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'misskey-dev/misskey'
|
||||
if: github.repository == 'laoxong/misskey'
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3.3.0
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: misskey/misskey
|
||||
images: laoxong/misskey
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
push: true
|
||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||
provenance: false
|
||||
tags: misskey/misskey:develop
|
||||
tags: laoxong/misskey:develop
|
||||
labels: develop
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: misskey/misskey
|
||||
images: laoxong/misskey
|
||||
tags: |
|
||||
type=edge
|
||||
type=ref,event=pr
|
||||
|
@ -1,4 +1,4 @@
|
||||
user-agent: *
|
||||
allow: /
|
||||
|
||||
# todo: sitemap
|
||||
User-agent: *
|
||||
Disallow: /tags/
|
||||
Disallow: /instance-info/
|
||||
Disallow: /explore/
|
||||
|
Loading…
Reference in New Issue
Block a user