diff --git a/.github/workflows/container_weekly.yml b/.github/workflows/container_weekly.yml index 131324442..f836d20f6 100644 --- a/.github/workflows/container_weekly.yml +++ b/.github/workflows/container_weekly.yml @@ -374,7 +374,6 @@ jobs: cache-from: | type=registry,ref=ghcr.io/${{ steps.lowered.outputs.lowercase }}-cmake:latest type=registry,ref=ghcr.io/${{ steps.lowered.outputs.lowercase }}-ci:${{ steps.branch_str.outputs.branch }}latest - type=registry,ref=ghcr.io/${{ steps.lowered.outputs.lowercase }}:${{ steps.template_str.outputs.template }}${{ steps.branch_str.outputs.branch }}latest cache-to: type=inline tags: | ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/mlonmcu-bench:${{ steps.template_str.outputs.template }}${{ steps.branch_str.outputs.branch }}latest