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 fe845b5 commit 05e9829Copy full SHA for 05e9829
.github/workflows/typescript-node-nightly.yml
@@ -34,7 +34,7 @@ jobs:
34
context: source/typescript-node
35
push: true
36
tags: |
37
- ${{ secrets.DOCKERHUB_USERNAME }}/typescript-node:${{ env.BUILD_TAG }}
+ ${{ vars.DOCKERHUB_USERNAME }}/typescript-node:${{ env.BUILD_TAG }}
38
ghcr.io/${{ github.repository_owner }}/typescript-node:${{ env.BUILD_TAG }}
39
cache-from: type=gha
40
cache-to: type=gha,mode=max
0 commit comments