We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ada4a commit 16e4611Copy full SHA for 16e4611
.github/workflows/docker.yml
@@ -67,8 +67,6 @@ jobs:
67
push: true
68
tags: ${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
69
platforms: ${{ env.BUILD_PLATFORMS }}
70
- cache-from: type=registry,ref=${{ env.DOCKERHUB_REPO }}:${{ env.TAG_NAME }}
71
- cache-to: type=inline
72
build-args: |
73
LIBBUILDER_CLONE_URL=${{ github.server_url }}/${{ github.repository }}.git
74
LIBBUILDER_CLONE_BRANCH_OR_TAG=${{ env.CLONE_BRANCH_OR_TAG }}
0 commit comments