Skip to content

Commit 787b6ba

Browse files
authored
Fix release (#703)
1 parent 34f54d5 commit 787b6ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313

1414
env:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
REGISTRY_USERNAME: ${{ secrets.IMAGE_REGISTRY_USER }}
17+
REGISTRY_PASSWORD: ${{ secrets.IMAGE_REGISTRY_TOKEN }}
1618

1719
jobs:
1820
build:

0 commit comments

Comments
 (0)