Skip to content

Commit

Permalink
Merge branch 'development' of github.com:PandaTechAM/be-tmp-panda-web…
Browse files Browse the repository at this point in the history
…-api into development
  • Loading branch information
Haik committed Jan 18, 2024
2 parents ad20d2f + 68b70f1 commit 6535092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ jobs:
# Remove all Docker images except the latest one
docker rmi -f $(docker images --format '{{.ID}}' --filter=reference=${{ env.DOCKER_REPO_BASE }}/${{ env.DOCKER_REPO_PATH }}/${{ github.event.repository.name }} | grep -v ${LATEST_IMAGE}) || true

- name: Cleanup Docker Build Cache
run: docker builder prune -af

0 comments on commit 6535092

Please sign in to comment.