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 }}