Skip to content

Commit

Permalink
fixing volume issuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan R.M committed May 7, 2024
1 parent da8c5e6 commit 851d882
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq unzip
- name: Cleanup Docker Resources
run: |
docker system prune -af
docker container prune -f
docker image prune -f
docker volume prune -f
docker network prune -f
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down Expand Up @@ -80,6 +72,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Cleanup Docker Resources
run: |
docker system prune -af
docker container prune -f
docker image prune -f
docker volume prune -f
docker network prune -f
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 851d882

Please sign in to comment.