Skip to content

Commit

Permalink
Trying to tag the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 25, 2023
1 parent 10cf05d commit 6772184
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
- name: Run Docker Container
run: |
sudo docker run nwdepatie/ner-gcc-arm:latest
sudo docker run nwdepatie/ner-gcc-arm:latest -t ner-gcc-arm
- name: List Docker Images
run: |
docker ps
- name: Execute Make
run: |
sudo docker exec -it \
nwdepatie/ner-gcc-arm:latest sh -c
ner-gcc-arm:latest sh -c
"if ! make; then
echo "The application has failed to build."
exit 1 # This will cause the workflow to fail
Expand Down

0 comments on commit 6772184

Please sign in to comment.