[Security]: Rename ExpandedSecretKey::sign_with_pubkey
to `dangerou…
#505
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker CI | |
on: | |
push: | |
branches: [ dev, master ] | |
pull_request: | |
branches: [ dev, master ] | |
paths: | |
- Dockerfile | |
- tools/install-dependencies | |
jobs: | |
build: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Lint Dockerfile | |
run: | | |
curl -L https://github.com/hadolint/hadolint/releases/download/v1.17.6/hadolint-Linux-x86_64 -o hadolint && chmod +x hadolint | |
./hadolint Dockerfile | |
- name: Build Dockerfile | |
uses: docker/build-push-action@v1.1.0 | |
with: | |
repository: trustwallet/wallet-core | |
tags: latest | |
push: false |