imgme

Temporary image hosting for IRC
git clone https://git.woozle.org/neale/imgme.git

imgme / .gitea / workflows
Neale Pickett  ·  2025-04-25

build.yaml

 1name: Imgme
 2on: [push]
 3jobs:
 4  publish:
 5    runs-on:
 6      - go
 7    timeout-minutes: 1
 8    steps:
 9      - run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
10      - run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
11      - run: podman build --tag git.woozle.org/neale/imgme build/package/
12      - run: podman push git.woozle.org/neale/imgme