fix: Update all image references and git clone URLs to new registry path
CI / CI (pull_request) Successful in 4m40s
CI / CI (pull_request) Successful in 4m40s
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
echo "[$(date)] Starting poimen worker pod..."
|
echo "[$(date)] Starting poimen worker pod..."
|
||||||
apt-get update && apt-get install -y --no-install-recommends git
|
apt-get update && apt-get install -y --no-install-recommends git
|
||||||
echo "[$(date)] Cloning latest code from 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
|
cd /app
|
||||||
echo "[$(date)] Latest commit: $(git rev-parse HEAD)"
|
echo "[$(date)] Latest commit: $(git rev-parse HEAD)"
|
||||||
echo "[$(date)] Downloading dependencies..."
|
echo "[$(date)] Downloading dependencies..."
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
# Temporal activity worker (single role, no HTTP server)
|
# Temporal activity worker (single role, no HTTP server)
|
||||||
- name: workflows-worker
|
- name: workflows-worker
|
||||||
image: forgejo.riotpiao.com/rock/poimen-workflows:latest
|
image: forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["/app/worker"]
|
command: ["/app/worker"]
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user