We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89898a6 commit 3fbc60dCopy full SHA for 3fbc60d
.github/workflows/deploy.yaml
@@ -17,11 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Build Docker Image
20
- run: docker build -t my-container .
21
-
22
- - name: Run Docker Container
23
- run: |
24
- docker run -d --name build-env -v ${{ github.workspace }}:/workspace my-container tail -f /dev/null
+ run: ./run.sh
25
26
- name: Build inside Docker
27
run: docker exec build-env bash -c "cd /workspace && make -j$(nproc)"
0 commit comments