diff --git a/.github/workflows/build_infra_images_cache.yml b/.github/workflows/build_infra_images_cache.yml index c35b34e201ec8..bd5685f69b0cb 100644 --- a/.github/workflows/build_infra_images_cache.yml +++ b/.github/workflows/build_infra_images_cache.yml @@ -49,7 +49,7 @@ jobs: with: context: ./dev/infra/ push: true - tags: ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ github.ref_name }} + tags: ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ github.ref_name }}-static cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ github.ref_name }} cache-to: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-cache:${{ github.ref_name }},mode=max - name: Image digest