From 0e0fa311da2d5e7ea30240e566e2117498c02d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 10 Dec 2024 15:32:39 +0100 Subject: [PATCH] No cache --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0e9600fe..de91f752e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,7 +70,7 @@ jobs: run: | set +e #aws ecr describe-images --registry-id "192549843005" --repository-name "concordium/desktop-wallet-ci" --region eu-west-1 --image-ids=imageTag=${{ steps.version_check.outputs.VERSION }} - docker pull ${{ steps.version_check.outputs.CONTAINER_TAG }} + #docker pull ${{ steps.version_check.outputs.CONTAINER_TAG }} echo "EC=254" >> $GITHUB_ENV #echo "EC=$?" >> $GITHUB_ENV - name: Set up Docker Buildx @@ -84,8 +84,8 @@ jobs: tags: "${{ steps.version_check.outputs.CONTAINER_TAG }}-dev" context: '.' file: 'scripts/desktop-wallet-ci.Dockerfile' - cache-from: type=gha - cache-to: type=gha,mode=max + #cache-from: type=gha + #cache-to: type=gha,mode=max build-args: | BASE_VERSION=${{ env.BASE_IMAGE_VERSION }} NODE_VERSION=${{ env.NODE_VERSION }}