7 Commits

Author SHA1 Message Date
Tim Maffett
46f4321ef8 Update main.yml to correct docker rmi command
This replaces the failing `docker rmi $(docker image ls -aq)` command with the more flexible and versatile `docker image prune -a -f` command.

The `docker image prune -a -f` command will prune images from previous runs if they are present, and will do nothing if there are no old images present.   This accomplishes the same thing that the ` docker rmi $(docker image ls -aq)` was trying to accomplish (but was failing when there were no previous/old images to find/delete)
2025-08-08 07:11:04 -07:00
Tim Maffett
e43d94a247 Update main.yml to use ubuntu-latest as runner
This allows the main.yaml to not fail when running
2025-07-29 05:24:17 -07:00
Islam Ahmed
202dcf3006 Update main.yml 2024-08-09 11:31:02 -07:00
Islam Ahmed
6d7ca43bd6 Update Symbols 2024-05-04 2024-05-04 22:43:54 +00:00
Islam Ahmed
90a99eafab Update main.yml 2023-06-06 12:26:47 -07:00
Islam Ahmed
63e077f768 Update main.yml
Add Write Permission
2023-06-05 16:23:58 -07:00
Islam Ahmed
2d3fa68b25 Create main.yml
Create an Action for updating symbols
2023-06-05 15:21:13 -07:00