Skip to content

Commit 9a9a037

Browse files
committed
fix(typescript-node): update workflow config
1 parent a4e4c67 commit 9a9a037

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
username: ${{ vars.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

25+
- name: Login to GHCR
26+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
27+
with:
28+
registry: ghcr.io
29+
username: ${{ github.repository_owner }}
30+
password: ${{ secrets.GH_TOKEN }}
31+
2532
- name: Generate build tag
2633
run: |
2734
TIMESTAMP=$(date +'%Y%m%d')

0 commit comments

Comments
 (0)