Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -78,6 +78,9 @@ jobs:
|
||||
run: |
|
||||
docker load --input /tmp/image.tar
|
||||
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:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Reference in New Issue
Block a user