summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-21 22:58:20 -0500
committerDax Raad <[email protected]>2025-11-21 22:58:20 -0500
commitb20a31098ae28438158e6897797f2e4813edd2be (patch)
treef200aa1ed7a24fea58d23f091b94a44abf89368b /.github
parentb5a039e5aed8d6b6c697d81d574df69c1321730e (diff)
downloadopencode-b20a31098ae28438158e6897797f2e4813edd2be.tar.gz
opencode-b20a31098ae28438158e6897797f2e4813edd2be.zip
sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml7
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