Skip to content

Commit ff1fc3b

Browse files
committed
Link repo code to volume in kbuffardi/cpp-container
1 parent 12c4022 commit ff1fc3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v5
12-
- name: Build container image
13-
run: docker build -t kbuffardi/cpp-container .
12+
- name: Pull C++ container
13+
run: docker pull kbuffardi/cpp-container:latest
1414
- name: Test in container
15-
run: docker run -t kbuffardi/cpp-container
15+
run: docker run -v $(pwd):/usr/src -t kbuffardi/cpp-container

0 commit comments

Comments
 (0)