Remove docker layer caching (#5587)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Robert Brennan 2024-12-13 16:13:26 -05:00 committed by GitHub
parent deb2d330b6
commit e0626a5741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,9 +68,6 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- name: "Set up docker layer caching"
uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
- name: Build and push app image
if: "!github.event.pull_request.head.repo.fork"
run: |