We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9913af2 commit 0ae9ab4Copy full SHA for 0ae9ab4
.github/workflows/publish_to_npm.yaml
@@ -120,6 +120,13 @@ jobs:
120
check-latest: true
121
cache: yarn
122
architecture: x86
123
+ - name: Log in to GitHub Container Registry
124
+ if: ${{ matrix.settings.docker }}
125
+ uses: docker/login-action@v3
126
+ with:
127
+ registry: ghcr.io
128
+ username: ${{ github.actor }}
129
+ password: ${{ secrets.GITHUB_TOKEN }}
130
- name: Build in docker
131
uses: addnab/docker-run-action@v3
132
if: ${{ matrix.settings.docker }}
0 commit comments