diff options
| author | Dax Raad <[email protected]> | 2025-11-21 22:58:20 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-21 22:58:20 -0500 |
| commit | b20a31098ae28438158e6897797f2e4813edd2be (patch) | |
| tree | f200aa1ed7a24fea58d23f091b94a44abf89368b /.github | |
| parent | b5a039e5aed8d6b6c697d81d574df69c1321730e (diff) | |
| download | opencode-b20a31098ae28438158e6897797f2e4813edd2be.tar.gz opencode-b20a31098ae28438158e6897797f2e4813edd2be.zip | |
sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a339c7dab..710d7c0a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,6 +61,13 @@ jobs: run: | echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Publish run: | ./script/publish.ts |
