We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f54d5 commit 787b6baCopy full SHA for 787b6ba
.github/workflows/release.yml
@@ -13,6 +13,8 @@ on:
13
14
env:
15
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+ REGISTRY_USERNAME: ${{ secrets.IMAGE_REGISTRY_USER }}
17
+ REGISTRY_PASSWORD: ${{ secrets.IMAGE_REGISTRY_TOKEN }}
18
19
jobs:
20
build:
0 commit comments