We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b9e1 commit 4ea56a0Copy full SHA for 4ea56a0
.github/workflows/verify-build.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Start mock-xconf service
112
run: |
113
- docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -p 50053:50053 -p 50054:50054 -p 50056:50056 -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME localhost:5000/mockxconf:latest
+ docker run -d --name mockxconf -p 50050:50050 -p 50051:50051 -p 50052:50052 -p 50053:50053 -p 50054:50054 -p 50056:50056 -p 50057:50057 -p 50058:50058 -v ${{ github.workspace }}:/mnt/L2_CONTAINER_SHARED_VOLUME localhost:5000/mockxconf:latest
114
115
- name: Start native-platform service
116
0 commit comments