Skip to content

Bump protobufjs from 6.11.3 to 6.11.4 in /wasm (#3414) #337

Bump protobufjs from 6.11.3 to 6.11.4 in /wasm (#3414)

Bump protobufjs from 6.11.3 to 6.11.4 in /wasm (#3414) #337

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