ci: fix REGISTRY_IMAGE for .art (#30)
This commit is contained in:
parent
25d6dd4e07
commit
07a20b8ed9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-develop.yml
vendored
2
.github/workflows/docker-develop.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY_IMAGE: misskey/misskey
|
||||
REGISTRY_IMAGE: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
# see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
|
||||
|
|
|
|||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY_IMAGE: misskey/misskey
|
||||
REGISTRY_IMAGE: ${{ github.repository }}
|
||||
TAGS: |
|
||||
type=edge
|
||||
type=ref,event=pr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue