[keyserver] replace sidebar source message quotes with markdown quotes #3053
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 keyserver CI | |
on: | |
push: | |
branches: [master] | |
paths-ignore: | |
- 'native/**' | |
- 'docs/**' | |
- 'services/**' | |
- 'desktop/**' | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build Docker | |
working-directory: ./keyserver | |
run: touch .env && bash/dc.sh build --no-cache |