mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2026-06-01 14:00:28 +00:00
fix: cicd race condition
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
id: test
|
id: test
|
||||||
run: |
|
run: |
|
||||||
docker run -d -p 8888:8888 --name nextcloud --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:testing && \
|
docker run -d -p 8888:8888 --name nextcloud --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:testing && \
|
||||||
docker exec nextcloud occ status && \
|
sleep 5 && docker exec nextcloud occ status && \
|
||||||
nc -z localhost 8888
|
nc -z localhost 8888
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
|
|||||||
Reference in New Issue
Block a user