Skip to content

Commit

Permalink
No cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent 522e967 commit 0e0fa31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 0e0fa31

Please sign in to comment.