Pogo
Login

pogo / CI Runs / #59

Status
✓ Success (0)
Event Type
push
Task Type
container
Config
.pogo/ci/bookmark-to-github.yaml
Revision
v1.0.3
Pattern
v*
Started At
2025-10-26 15:43:12 UTC
Finished At
2025-10-26 15:43:15 UTC (3.8s)
Reason
config=.pogo/ci/bookmark-to-github.yaml event=push rev=v1.0.3 pattern=v*

Log Output

Pulling image alpine:latest
Creating container alpine:latest with commands: sh -c set -e
apk add --no-cache git
echo "Cloning repo..."
git clone https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git /github_repo
echo "Repo cloned"
cd /github_repo
git config user.name "tsukinoko-kun"
git config user.email "tsukinoko-kun@pogo.bloodmagesoftware.de"
git tag 'v1.0.3'
echo "Pushing to GitHub..."
git push origin 'refs/tags/v1.0.3:refs/tags/v1.0.3'
echo "Successfully mirrored to GitHub!"
Copying repository content to /workspace
Starting container alpine:latest
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
(1/12) Installing brotli-libs (1.1.0-r2)
(2/12) Installing c-ares (1.34.5-r0)
(3/12) Installing libunistring (1.3-r0)
(4/12) Installing libidn2 (2.3.7-r0)
(5/12) Installing nghttp2-libs (1.65.0-r0)
(6/12) Installing libpsl (0.21.5-r3)
(7/12) Installing zstd-libs (1.5.7-r0)
(8/12) Installing libcurl (8.14.1-r2)
(9/12) Installing libexpat (2.7.3-r0)
(10/12) Installing pcre2 (10.46-r0)
(11/12) Installing git (2.49.1-r0)
(12/12) Installing git-init-template (2.49.1-r0)
Executing busybox-1.37.0-r19.trigger
OK: 19 MiB in 28 packages
Cloning repo...
Cloning into '/github_repo'...
Repo cloned
Pushing to GitHub...
To https://github.com/pogo-vcs/pogo.git
 * [new tag]         v1.0.3 -> v1.0.3
Successfully mirrored to GitHub!