Skip to content

Commit 05e9829

Browse files
committed
fix(typescript-node): update workflow config
1 parent fe845b5 commit 05e9829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript-node-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
context: source/typescript-node
3535
push: true
3636
tags: |
37-
${{ secrets.DOCKERHUB_USERNAME }}/typescript-node:${{ env.BUILD_TAG }}
37+
${{ vars.DOCKERHUB_USERNAME }}/typescript-node:${{ env.BUILD_TAG }}
3838
ghcr.io/${{ github.repository_owner }}/typescript-node:${{ env.BUILD_TAG }}
3939
cache-from: type=gha
4040
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)