Skip to content

Commit

Permalink
Merge branch 'main' into compile-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Aug 3, 2022
2 parents 8ccfc56 + b893f97 commit 9ce6608
Show file tree
Hide file tree
Showing 34 changed files with 1,672 additions and 1,478 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Build and push image to Google Artifact Registry
- name: Build & push
id: docker_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcash-lightwalletd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# Build and push image to Google Artifact Registry
- name: Build & push
id: docker_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
target: build
context: .
Expand Down
Loading

0 comments on commit 9ce6608

Please sign in to comment.