Update docker-build.yml
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -19,6 +19,10 @@ on:
|
|||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # ソースコードのクローンに必要
|
||||||
|
packages: write # GHCR へイメージをプッシュするのに必要
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME_1: ${{ github.repository_owner }}/voice-rss-summary
|
IMAGE_NAME_1: ${{ github.repository_owner }}/voice-rss-summary
|
||||||
|
Reference in New Issue
Block a user