Skip to content

Commit

Permalink
Resolve copying package into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 24, 2023
1 parent 9ca4a88 commit 2aba3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: defichain-${{ env.BUILD_VERSION }}-${{ env.TARGET }}

- name: Build defi image
run: ./make.sh docker-defi-build
run: rm .dockerignore && ./make.sh docker-defi-build

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2aba3d1

Please sign in to comment.