Skip to content

Commit

Permalink
added workflow file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-pullman committed Feb 12, 2024
1 parent 82d392a commit 0cca9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ name: Tag, Build, and Push Docker Image with Github Workflow
on:
push:
branches:
- main
- feature/rocker-base
paths-ignore:
- '**/README.md'

Expand Down Expand Up @@ -42,7 42,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
echo 'yes' | docker system prune
echo 'y' | docker system prune
df -h
sudo rm -rf /usr/share/dotnet
df . -h
Expand Down

0 comments on commit 0cca9a6

Please sign in to comment.