ci: use REGISTRY_TOKEN for container registry push
All checks were successful
Build & Deploy to K3s / Build & Deploy (push) Successful in 7m24s

This commit is contained in:
OpenClaw Deployer 2026-02-18 12:10:12 +00:00
parent b568b14a42
commit 681745f08f

View file

@ -4,10 +4,6 @@ on:
push:
branches: [ main ]
permissions:
packages: write
contents: read
jobs:
build-and-deploy:
name: Build & Deploy
@ -27,8 +23,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.cloonar.com
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
username: openclawd
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5