Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 02:01:56 -07:00
parent 676c2b0624
commit 9f45610da4

View File

@@ -78,6 +78,9 @@ jobs:
run: | run: |
docker load --input /tmp/image.tar docker load --input /tmp/image.tar
docker image ls -a docker image ls -a
docker run --rm -p 8143:80 -d ${{ vars.IMAGE }}:${{ inputs.image-tag }}
sleep 5
curl --fail 'http://localhost:8143/'
publish-image: publish-image:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04