Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 01:20:16 -07:00
parent 29a8ab5115
commit 89d2950754
2 changed files with 5 additions and 5 deletions

View File

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