mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Remove docker layer caching (#5587)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
3
.github/workflows/ghcr-build.yml
vendored
3
.github/workflows/ghcr-build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user