Skip to content

Commit 16e4611

Browse files
committed
Remove cache
1 parent d0ada4a commit 16e4611

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
push: true
6868
tags: ${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
6969
platforms: ${{ env.BUILD_PLATFORMS }}
70-
cache-from: type=registry,ref=${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
71-
cache-to: type=inline
7270
build-args: |
7371
LIBBUILDER_CLONE_URL=${{ github.server_url }}/${{ github.repository }}.git
7472
LIBBUILDER_CLONE_BRANCH_OR_TAG=${{ env.CLONE_BRANCH_OR_TAG }}

0 commit comments

Comments
 (0)