diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91908b9..55531a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,5 +29,5 @@ jobs: context: . push: true tags: ${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-${{ github.event.release.tag_name }} - cache-from: type=registry,ref=${{ env.IMAGE }}-${{ matrix.PG_VERSION }}:buildcache - cache-to: type=registry,ref=${{ env.IMAGE }}-${{ matrix.PG_VERSION }}:buildcache,mode=max + cache-from: type=registry,ref=${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-buildcache + cache-to: type=registry,ref=${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-buildcache,mode=max