diff --git a/.github/workflows/contract-docker-utils.yml b/.github/workflows/contract-docker-utils.yml index 9b57e27ac..7492ac946 100644 --- a/.github/workflows/contract-docker-utils.yml +++ b/.github/workflows/contract-docker-utils.yml @@ -10,7 +10,8 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: topos-smart-conracts - WORKFLOW: ${{ github.workflow }} + WORKFLOW: contracts_docker_build_push + jobs: docker: @@ -57,6 +58,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: | - type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ github.workflow }} - type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-main-${{ github.workflow }} - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ github.workflow }},mode=max + type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.workflow }} + type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-main-${{ env.workflow }} + cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.workflow }},mode=max