From 324a8110635e623a3b318d9055ce044696b937dd Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Wed, 20 Mar 2024 15:07:29 -0400 Subject: [PATCH] feat: test Signed-off-by: Jawad Tariq --- .github/workflows/contract-docker-utils.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/contract-docker-utils.yml b/.github/workflows/contract-docker-utils.yml index 2df8ac08c..dc3731bd9 100644 --- a/.github/workflows/contract-docker-utils.yml +++ b/.github/workflows/contract-docker-utils.yml @@ -39,7 +39,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/topos-smart-contracts tags: | type=ref,event=branch type=ref,event=pr @@ -56,6 +56,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 }}-${{ github.workflow }}-topos-smart-contracts + type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-main-${{ github.workflow }}-topos-smart-contracts + cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:build-cache-${{ env.GITHUB_REF_SLUG_URL }}-${{ github.workflow }}-topos-smart-contracts,mode=max