diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index fae9d51..7a6bb4f 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -87,8 +87,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 - cache-from: type=gha,scope=${{ github.workflow }} - cache-to: type=gha,mode=max,scope=${{ github.workflow }} - name: Build and push develop Docker image if: "!startsWith(github.ref, 'refs/tags/v')" @@ -99,5 +97,3 @@ jobs: tags: ${{ steps.meta-develop.outputs.tags }} labels: ${{ steps.meta-develop.outputs.labels }} platforms: linux/amd64,linux/arm64 - cache-from: type=gha,scope=${{ github.workflow }} - cache-to: type=gha,mode=max,scope=${{ github.workflow }}