Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 01:06:37 -07:00
parent b65f488cf2
commit 29a8ab5115

View File

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