This commit is contained in:
parent
11df16babb
commit
4ec7102537
@ -55,16 +55,6 @@ jobs:
|
|||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
localhost/gitea-custom:${{ github.sha }}
|
localhost/gitea-custom:${{ github.sha }}
|
||||||
|
|
||||||
- name: Wait for Gitea to start
|
|
||||||
run: |
|
|
||||||
sleep 30
|
|
||||||
|
|
||||||
- name: Verify container is running
|
|
||||||
run: |
|
|
||||||
podman ps -a
|
|
||||||
podman logs ${{ env.CONTAINER_NAME }} --tail 20
|
|
||||||
podman inspect ${{ env.CONTAINER_NAME }} --format='{{.State.Status}}'
|
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# build-and-deploy:
|
# build-and-deploy:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user