Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user