added agentmail-mcp image
All checks were successful
CI / Build agentmail-mcp docker images (push) Successful in 14s
All checks were successful
CI / Build agentmail-mcp docker images (push) Successful in 14s
This commit is contained in:
34
.gitea/workflows/build-agentmail-mcp.yaml
Normal file
34
.gitea/workflows/build-agentmail-mcp.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'agentmail-mcp/*'
|
||||
- '.gitea/workflows/build-agentmail-mcp.yaml'
|
||||
jobs:
|
||||
"Build agentmail-mcp docker images":
|
||||
runs-on: woryzen
|
||||
steps:
|
||||
-
|
||||
name: Login to Gitea container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.woggioni.net
|
||||
username: woggioni
|
||||
password: ${{ secrets.PUBLISHER_TOKEN }}
|
||||
-
|
||||
name: Build and push agentmail-mcp images
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
builder: multiplatform-builder
|
||||
context: "{{defaultContext}}:agentmail-mcp"
|
||||
build-args: |
|
||||
VERSION=0.3.0
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
pull: true
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/agentmail-mcp:latest"
|
||||
"gitea.woggioni.net/woggioni/agentmail-mcp:0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user