Skip to content

Update agent image: kimi 0.4.0→0.5.0, pi v0.75.5→v0.77.0, qoder 1.0.7… #830

Update agent image: kimi 0.4.0→0.5.0, pi v0.75.5→v0.77.0, qoder 1.0.7…

Update agent image: kimi 0.4.0→0.5.0, pi v0.75.5→v0.77.0, qoder 1.0.7… #830

Workflow file for this run

name: build docker images
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: login registry
run: echo ${{secrets.DOCKER_HUB_PASSWORD}} | docker login -u wizawu --password-stdin
- name: build agent image
run: docker build docker/agent -t wizawu/agent:latest
- name: push agent image
run: docker push wizawu/agent:latest