Skip to content

Commit 15a5556

Browse files
committed
Fix build docker image in release
1 parent 7bcfb6d commit 15a5556

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
- 'major'
1313
- 'minor'
1414

15+
env:
16+
REGISTRY: ghcr.io
17+
REGISTRY_USER: ${{ github.repository_owner }}
18+
REGISTRY_PASS: ${{ secrets.GITHUB_TOKEN }}
19+
IMAGE_NAME: ${{ github.repository }}
20+
1521
jobs:
1622
release:
1723
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)