Skip to content

[README]: Update the GitHub Issue policy at README.md (#3757) #387

[README]: Update the GitHub Issue policy at README.md (#3757)

[README]: Update the GitHub Issue policy at README.md (#3757) #387

Workflow file for this run

name: Docker CI
on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master ]
paths:
- Dockerfile
- tools/install-dependencies
jobs:
build:
runs-on: ubuntu-latest
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/[email protected]
with:
repository: trustwallet/wallet-core
tags: latest
push: false