Skip to content

Commit dccef17

Browse files
committed
feat: add envs
1 parent 053d971 commit dccef17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- master
77
- next
88
workflow_dispatch:
9+
10+
env:
11+
REGISTRY: ghcr.io
12+
IMAGE_NAME: ${{ github.repository }}
13+
914
jobs:
1015
release:
1116
name: Publish new release

0 commit comments

Comments
 (0)