Merge pull request 'fix: Update Docker image registry path' (#20) from fix/docker-registry into main
CI / CI (push) Successful in 3m58s

This commit was merged in pull request #20.
This commit is contained in:
2026-09-12 20:23:34 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
env:
GOPRIVATE: forgejo.riotpiao.com
REGISTRY: forgejo.riotpiao.com
IMAGE: forgejo.riotpiao.com/rock/poimen-workflows
IMAGE: forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows
DOCKER_HOST: tcp://localhost:2375
jobs:
+1 -1
View File
@@ -28,7 +28,7 @@ spec:
echo "[$(date)] Starting poimen worker pod..."
apt-get update && apt-get install -y --no-install-recommends git
echo "[$(date)] Cloning latest code from git..."
git clone https://forgejo.riotpiao.com/rock/poimen-workflows.git /app
git clone https://forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows.git /app
cd /app
echo "[$(date)] Latest commit: $(git rev-parse HEAD)"
echo "[$(date)] Downloading dependencies..."
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
containers:
# Temporal activity worker (single role, no HTTP server)
- name: workflows-worker
image: forgejo.riotpiao.com/rock/poimen-workflows:latest
image: forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows:latest
imagePullPolicy: Always
command: ["/app/worker"]
env: