Remove cache moving step from Docker workflow

Removed the step to move the build cache in the Docker workflow.
This commit is contained in:
Luke Gustafson
2025-10-20 15:35:52 -05:00
committed by LukeGus
parent d1693308dc
commit 7d39a236a4

View File

@@ -108,11 +108,6 @@ jobs:
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
outputs: type=registry,compression=zstd,compression-level=19
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Cleanup Docker Images Locally
if: always()
run: |