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 a4e4c67 commit 9a9a037Copy full SHA for 9a9a037
.github/workflows/typescript-node-nightly.yml
@@ -22,6 +22,13 @@ jobs:
22
username: ${{ vars.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
24
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
+
32
- name: Generate build tag
33
run: |
34
TIMESTAMP=$(date +'%Y%m%d')
0 commit comments