Merge remote-tracking branch 'origin/oscar' into oscar
This commit is contained in:
commit
8af17dc0cd
2 changed files with 7 additions and 7 deletions
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GitHub Container Registry
|
name: Push Docker image to GitHub Container Registry
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.repository == 'SWREI/oscar_surf'
|
if: github.repository == 'oscar-surf/misskey'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/swrei/misskey
|
images: ghcr.io/oscar-surf/misskey
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
@ -44,8 +44,8 @@ jobs:
|
||||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||||
provenance: false
|
provenance: false
|
||||||
labels: ${{ env.FORMATTED_BRANCH_NAME }}
|
labels: ${{ env.FORMATTED_BRANCH_NAME }}
|
||||||
cache-from: type=registry,ref=ghcr.io/swrei/misskey:oscar-buildcache
|
cache-from: type=registry,ref=ghcr.io/oscar-surf/misskey:oscar-buildcache
|
||||||
cache-to: type=registry,ref=ghcr.io/swrei/misskey:oscar-buildcache,mode=max
|
cache-to: type=registry,ref=ghcr.io/oscar-surf/misskey:oscar-buildcache,mode=max
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/swrei/misskey:latest
|
ghcr.io/oscar-surf/misskey:latest
|
||||||
ghcr.io/swrei/misskey:${{ env.FORMATTED_BRANCH_NAME }}
|
ghcr.io/oscar-surf/misskey:${{ env.FORMATTED_BRANCH_NAME }}
|
||||||
|
|
2
.github/workflows/dockle.yml
vendored
2
.github/workflows/dockle.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
provenance: false
|
provenance: false
|
||||||
cache-from: type=registry,ref=ghcr.io/swrei/misskey:oscar-buildcache
|
cache-from: type=registry,ref=ghcr.io/oscar-surf/misskey:oscar-buildcache
|
||||||
tags: |
|
tags: |
|
||||||
misskey:scan
|
misskey:scan
|
||||||
- name: Run dockle
|
- name: Run dockle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue