Skip to content

Commit

Permalink
remove calls to cleanup script due to rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Feb 1, 2025
1 parent a0a17e2 commit 214f2f3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ jobs:
sudo chown root:root /usr/local/lib/docker/cli-plugins/docker-compose
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
- name: Assert Ownership
run: sudo chmod -R 777 .
- name: Cleanup Runner
run: ./scripts/cleanup-docker.sh

- name: "Set up JDK 11"
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -247,7 +242,3 @@ jobs:
run: |
docker tag $REGISTRY/dpc-$REPOSITORY:latest $REGISTRY/dpc-$REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/dpc-$REPOSITORY:$IMAGE_TAG
- name: Prune docker images and volumes
if: ${{ always() }}
run: ls && ls ./scripts && ./scripts/cleanup-docker.sh

0 comments on commit 214f2f3

Please sign in to comment.