Skip to content

Commit

Permalink
Merge pull request #27 from xelis-project/dev
Browse files Browse the repository at this point in the history
Merge `dev` into `master` for mainnet release
  • Loading branch information
Slixe committed Apr 20, 2024
2 parents e2dd57b + f4bc45a commit 3c8af1a
Show file tree
Hide file tree
Showing 67 changed files with 9,158 additions and 1,234 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gitignore
target/
API.md
README.md
build_all.sh
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
push: ${{ env.SHOULD_PUSH }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=xelis/${{ matrix.app }}:buildcache
cache-to: type=registry,ref=xelis/${{ matrix.app }}:buildcache,mode=max
build-args: |
app=xelis_${{ matrix.app }}
commit_hash=${{ github.sha }}
Expand Down

0 comments on commit 3c8af1a

Please sign in to comment.