Skip to content

Commit

Permalink
Setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 9, 2024
1 parent 0078c19 commit c131f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
docker pull ${{ steps.version_check.outputs.CONTAINER_TAG }}
echo "EC=254" >> $GITHUB_ENV #echo "EC=$?" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: build ci image
if: ${{ env.EC == 254 }}
uses: docker/build-push-action@v6
Expand All @@ -83,7 +86,6 @@ jobs:
file: 'scripts/desktop-wallet-ci.Dockerfile'
cache-from: type=local,src=/$HOME/cache
cache-to: type=local,dest=/$HOME/cache
driver: docker-container
build-args: |
BASE_VERSION=${{ env.BASE_IMAGE_VERSION }}
NODE_VERSION=${{ env.NODE_VERSION }}
Expand Down

0 comments on commit c131f0d

Please sign in to comment.