fix: add missing secrets

This commit is contained in:
Wing-Kam Wong
2022-06-01 21:12:00 +08:00
parent 0e9b9a4368
commit 6c8a9cd6be
2 changed files with 5 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ jobs:
with:
tag: ${{ needs.process-input.outputs.target_tag }}
prev_tag: ${{ needs.process-input.outputs.prev_tag }}
secrets:
NC_GITHUB_TOKEN: "${{ secrets.NC_GITHUB_TOKEN }}"
# Build docker image and push to docker hub
release-docker: